#3370bc

Color #3370BC Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3370BC

Tints of Curious Blue #3370BC

Color information

#3370BC (or 0x3370BC) is unknown color: approx Curious Blue. HEX triplet: 33, 70 and BC. RGB value is (51,112,188). Sum of RGB (Red+Green+Blue) = 51+112+188=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #3370BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370BC is #CC8F43. Grayscale: #666666. Windows color (decimal): -13406020 or 12349491. OLE color: 12349491.

HSL color Cylindrical-coordinate representation of color #3370BC: hue angle of 213.28º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3370BC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB51112188-
CMYK0.730.4000.26
HSL213.28º57.32%46.86%-
HSV(B)213.28º72.87%73.73%-
XYZ16.2415.9249.79-
YUV102.42176.2991.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 14.53%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 188 (73.83% from 255) = 53.56%
R=14.53%
G=31.91%
B=53.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511121880.730.4000.26213.2857.3246.86
Hex3370BC492801Ad5392f
Octal63160274111500323257157
Binary110011111000010111100100100110100001101011010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3370bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3370bc; }

 p { color: rgb(51,112,188); }

 H1.HeaderClassName
 {
   color: #3370bc;
 }
 .AnyTagClassName
 {
   color: #3370bc;
 }
</style>
background-color css

<style>
 a { background-color: #3370bc; }

 a { background-color: rgb(51,112,188); }

 div.DivClassName
 {
   background-color: #3370bc;
 }
 .BgClassName
 {
   background-color: #3370bc;
 }
</style>
border-color css

<style>
 span { border-color: #3370bc; }

 span { border-color: rgb(51,112,188); }

 td.TdClassName
 {
   border-color: #3370bc;
 }
 .TagClassName
 {
   border-color: #3370bc;
 }
</style>