#3370BD

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

Shades of Curious Blue #3370BD

Tints of Curious Blue #3370BD

Color information

#3370BD (or 0x3370BD) is unknown color: approx Curious Blue. HEX triplet: 33, 70 and BD. RGB value is (51,112,189). Sum of RGB (Red+Green+Blue) = 51+112+189=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #3370BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370BD is #CC8F42. Grayscale: #666666. Windows color (decimal): -13406019 or 12415027. OLE color: 12415027.

HSL color Cylindrical-coordinate representation of color #3370BD: hue angle of 213.48º 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 #3370BD is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB51112189-
CMYK0.730.4100.26
HSL213.48º57.5%47.06%-
HSV(B)213.48º73.02%74.12%-
XYZ16.3415.9750.36-
YUV102.54176.7991.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.49%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=14.49%
G=31.82%
B=53.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511121890.730.4100.26213.4857.547.06
Hex3370BD492901Ad53a2f
Octal63160275111510323257257
Binary110011111000010111101100100110100101101011010101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3370BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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