#3775C8

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

Shades of Curious Blue #3775C8

Tints of Curious Blue #3775C8

Color information

#3775C8 (or 0x3775C8) is unknown color: approx Curious Blue. HEX triplet: 37, 75 and C8. RGB value is (55,117,200). Sum of RGB (Red+Green+Blue) = 55+117+200=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #3775C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3775C8 is #C88A37. Grayscale: #6B6B6B. Windows color (decimal): -13142584 or 13137207. OLE color: 13137207.

HSL color Cylindrical-coordinate representation of color #3775C8: hue angle of 214.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3775C8 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55117200-
CMYK0.720.4200.22
HSL214.34º56.86%50%-
HSV(B)214.34º72.5%78.43%-
XYZ18.3617.757.09-
YUV107.92179.9690.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.78%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 200 (78.52% from 255) = 53.76%
R=14.78%
G=31.45%
B=53.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551172000.720.4200.22214.3456.8650
Hex3775C8482A016d63932
Octal67165310110520263267162
Binary110111111010111001000100100010101001011011010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3775C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,117,200); }

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

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

 a { background-color: rgb(55,117,200); }

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

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

 span { border-color: rgb(55,117,200); }

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