#3672C3

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

Shades of Curious Blue #3672C3

Tints of Curious Blue #3672C3

Color information

#3672C3 (or 0x3672C3) is unknown color: approx Curious Blue. HEX triplet: 36, 72 and C3. RGB value is (54,114,195). Sum of RGB (Red+Green+Blue) = 54+114+195=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 195 (76.56% from 255 or 53.72% from 363); Max value from RGB is 195 - color contains mainly: blue. Hex color #3672C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3672C3 is #C98D3C. Grayscale: #686868. Windows color (decimal): -13208893 or 12808758. OLE color: 12808758.

HSL color Cylindrical-coordinate representation of color #3672C3: hue angle of 214.47º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3672C3 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB54114195-
CMYK0.720.4200.24
HSL214.47º56.63%48.82%-
HSV(B)214.47º72.31%76.47%-
XYZ17.3916.7653.95-
YUV105.29178.6291.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.88%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 195 (76.56% from 255) = 53.72%
R=14.88%
G=31.40%
B=53.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal541141950.720.4200.24214.4756.6348.82
Hex3672C3482A018d63931
Octal66162303110520303267161
Binary110110111001011000011100100010101001100011010110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3672C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3672C3; }

 p { color: rgb(54,114,195); }

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

<style>
 a { background-color: #3672C3; }

 a { background-color: rgb(54,114,195); }

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

<style>
 span { border-color: #3672C3; }

 span { border-color: rgb(54,114,195); }

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