#367CBE

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

Shades of Curious Blue #367CBE

Tints of Curious Blue #367CBE

Color information

#367CBE (or 0x367CBE) is unknown color: approx Curious Blue. HEX triplet: 36, 7C and BE. RGB value is (54,124,190). Sum of RGB (Red+Green+Blue) = 54+124+190=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #367CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CBE is #C98341. Grayscale: #6E6E6E. Windows color (decimal): -13206338 or 12483638. OLE color: 12483638.

HSL color Cylindrical-coordinate representation of color #367CBE: hue angle of 209.12º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #367CBE is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54124190-
CMYK0.720.3500.25
HSL209.12º55.74%47.84%-
HSV(B)209.12º71.58%74.51%-
XYZ18.0218.9251.42-
YUV110.59172.8187.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.67%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=14.67%
G=33.70%
B=51.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541241900.720.3500.25209.1255.7447.84
Hex367CBE4823019d13830
Octal66174276110430313217060
Binary110110111110010111110100100010001101100111010001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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