#3675BC

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

Shades of Curious Blue #3675BC

Tints of Curious Blue #3675BC

Color information

#3675BC (or 0x3675BC) is unknown color: approx Curious Blue. HEX triplet: 36, 75 and BC. RGB value is (54,117,188). Sum of RGB (Red+Green+Blue) = 54+117+188=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #3675BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3675BC is #C98A43. Grayscale: #696969. Windows color (decimal): -13208132 or 12350774. OLE color: 12350774.

HSL color Cylindrical-coordinate representation of color #3675BC: hue angle of 211.79º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3675BC is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB54117188-
CMYK0.710.3800.26
HSL211.79º55.37%47.45%-
HSV(B)211.79º71.28%73.73%-
XYZ16.9617.1449.99-
YUV106.26174.1390.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.04%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=15.04%
G=32.59%
B=52.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal541171880.710.3800.26211.7955.3747.45
Hex3675BC472601Ad4372f
Octal66165274107460323246757
Binary110110111010110111100100011110011001101011010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3675BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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