#376CBC

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

Shades of Curious Blue #376CBC

Tints of Curious Blue #376CBC

Color information

#376CBC (or 0x376CBC) is unknown color: approx Curious Blue. HEX triplet: 37, 6C and BC. RGB value is (55,108,188). Sum of RGB (Red+Green+Blue) = 55+108+188=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #376CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #376CBC is #C89343. Grayscale: #646464. Windows color (decimal): -13144900 or 12348471. OLE color: 12348471.

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

Color convert

RGB55108188-
CMYK0.710.4300.26
HSL216.09º54.73%47.65%-
HSV(B)216.09º70.74%73.73%-
XYZ16.0215.1749.66-
YUV101.27176.9495-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.67%
GREEN value IS 108 (42.58% from 255) = 30.77%
BLUE value IS 188 (73.83% from 255) = 53.56%
R=15.67%
G=30.77%
B=53.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551081880.710.4300.26216.0954.7347.65
Hex376CBC472B01Ad83730
Octal67154274107530323306760
Binary110111110110010111100100011110101101101011011000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376CBC; }

 p { color: rgb(55,108,188); }

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

<style>
 a { background-color: #376CBC; }

 a { background-color: rgb(55,108,188); }

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

<style>
 span { border-color: #376CBC; }

 span { border-color: rgb(55,108,188); }

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