#3277C8

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

Shades of Curious Blue #3277C8

Tints of Curious Blue #3277C8

Color information

#3277C8 (or 0x3277C8) is unknown color: approx Curious Blue. HEX triplet: 32, 77 and C8. RGB value is (50,119,200). Sum of RGB (Red+Green+Blue) = 50+119+200=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 200 (78.52% from 255 or 54.20% from 369); Max value from RGB is 200 - color contains mainly: blue. Hex color #3277C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277C8 is #CD8837. Grayscale: #6B6B6B. Windows color (decimal): -13469752 or 13137714. OLE color: 13137714.

HSL color Cylindrical-coordinate representation of color #3277C8: hue angle of 212.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3277C8 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50119200-
CMYK0.750.4000.22
HSL212.4º60%49.02%-
HSV(B)212.4º75%78.43%-
XYZ18.3418.0457.16-
YUV107.6180.1486.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.55%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 200 (78.52% from 255) = 54.20%
R=13.55%
G=32.25%
B=54.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501192000.750.4000.22212.46049.02
Hex3277C84B28016d43c31
Octal62167310113500263247461
Binary110010111011111001000100101110100001011011010100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3277C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3277C8; }

 p { color: rgb(50,119,200); }

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

<style>
 a { background-color: #3277C8; }

 a { background-color: rgb(50,119,200); }

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

<style>
 span { border-color: #3277C8; }

 span { border-color: rgb(50,119,200); }

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