#367CB4

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

Shades of Curious Blue #367CB4

Tints of Curious Blue #367CB4

Color information

#367CB4 (or 0x367CB4) is unknown color: approx Curious Blue. HEX triplet: 36, 7C and B4. RGB value is (54,124,180). Sum of RGB (Red+Green+Blue) = 54+124+180=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #367CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CB4 is #C9834B. Grayscale: #6D6D6D. Windows color (decimal): -13206348 or 11828278. OLE color: 11828278.

HSL color Cylindrical-coordinate representation of color #367CB4: hue angle of 206.67º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #367CB4 is Cyan = 0.7, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB54124180-
CMYK0.70.3100.29
HSL206.67º53.85%45.88%-
HSV(B)206.67º70%70.59%-
XYZ16.9718.4945.86-
YUV109.45167.8188.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.08%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 180 (70.70% from 255) = 50.28%
R=15.08%
G=34.64%
B=50.28%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal541241800.70.3100.29206.6753.8545.88
Hex367CB4461F01Dcf362e
Octal66174264106370353176656
Binary11011011111001011010010001101111101110111001111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367CB4; }

 p { color: rgb(54,124,180); }

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

<style>
 a { background-color: #367CB4; }

 a { background-color: rgb(54,124,180); }

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

<style>
 span { border-color: #367CB4; }

 span { border-color: rgb(54,124,180); }

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