#3675CC

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

Shades of Curious Blue #3675CC

Tints of Curious Blue #3675CC

Color information

#3675CC (or 0x3675CC) is unknown color: approx Curious Blue. HEX triplet: 36, 75 and CC. RGB value is (54,117,204). Sum of RGB (Red+Green+Blue) = 54+117+204=375 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.4% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #3675CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3675CC is #C98A33. Grayscale: #6B6B6B. Windows color (decimal): -13208116 or 13399350. OLE color: 13399350.

HSL color Cylindrical-coordinate representation of color #3675CC: hue angle of 214.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3675CC is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB54117204-
CMYK0.740.4300.2
HSL214.8º59.52%50.59%-
HSV(B)214.8º73.53%80%-
XYZ18.7817.8759.59-
YUV108.08182.1389.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.4%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 204 (80.08% from 255) = 54.4%
R=14.4%
G=31.2%
B=54.4%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal541172040.740.4300.2214.859.5250.59
Hex3675CC4A2B014d73c33
Octal66165314112530243277463
Binary110110111010111001100100101010101101010011010111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3675CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3675CC; }

 p { color: rgb(54,117,204); }

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

<style>
 a { background-color: #3675CC; }

 a { background-color: rgb(54,117,204); }

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

<style>
 span { border-color: #3675CC; }

 span { border-color: rgb(54,117,204); }

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