#3377BA

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

Shades of Curious Blue #3377BA

Tints of Curious Blue #3377BA

Color information

#3377BA (or 0x3377BA) is unknown color: approx Curious Blue. HEX triplet: 33, 77 and BA. RGB value is (51,119,186). Sum of RGB (Red+Green+Blue) = 51+119+186=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3377BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3377BA is #CC8845. Grayscale: #696969. Windows color (decimal): -13404230 or 12220211. OLE color: 12220211.

HSL color Cylindrical-coordinate representation of color #3377BA: hue angle of 209.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3377BA is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51119186-
CMYK0.730.3600.27
HSL209.78º56.96%46.47%-
HSV(B)209.78º72.58%72.94%-
XYZ16.8217.4448.93-
YUV106.31172.9788.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=14.33%
G=33.43%
B=52.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511191860.730.3600.27209.7856.9646.47
Hex3377BA492401Bd2392e
Octal63167272111440333227156
Binary110011111011110111010100100110010001101111010010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3377BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3377BA; }

 p { color: rgb(51,119,186); }

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

<style>
 a { background-color: #3377BA; }

 a { background-color: rgb(51,119,186); }

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

<style>
 span { border-color: #3377BA; }

 span { border-color: rgb(51,119,186); }

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