#3675CA

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

Shades of Curious Blue #3675CA

Tints of Curious Blue #3675CA

Color information

#3675CA (or 0x3675CA) is unknown color: approx Curious Blue. HEX triplet: 36, 75 and CA. RGB value is (54,117,202). Sum of RGB (Red+Green+Blue) = 54+117+202=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #3675CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3675CA is #C98A35. Grayscale: #6B6B6B. Windows color (decimal): -13208118 or 13268278. OLE color: 13268278.

HSL color Cylindrical-coordinate representation of color #3675CA: hue angle of 214.46º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3675CA is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB54117202-
CMYK0.730.4200.21
HSL214.46º58.27%50.2%-
HSV(B)214.46º73.27%79.22%-
XYZ18.5417.7758.33-
YUV107.85181.1389.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.48%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=14.48%
G=31.37%
B=54.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal541172020.730.4200.21214.4658.2750.2
Hex3675CA492A015d63a32
Octal66165312111520253267262
Binary110110111010111001010100100110101001010111010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3675CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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