#367ecf

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

Shades of Curious Blue #367ECF

Tints of Curious Blue #367ECF

Color information

#367ECF (or 0x367ECF) is unknown color: approx Curious Blue. HEX triplet: 36, 7E and CF. RGB value is (54,126,207). Sum of RGB (Red+Green+Blue) = 54+126+207=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #367ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ECF is #C98130. Grayscale: #717171. Windows color (decimal): -13205809 or 13598262. OLE color: 13598262.

HSL color Cylindrical-coordinate representation of color #367ECF: hue angle of 211.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #367ECF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB54126207-
CMYK0.740.3900.19
HSL211.76º61.45%51.18%-
HSV(B)211.76º73.91%81.18%-
XYZ20.2420.2161.87-
YUV113.71180.6585.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.95%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 207 (81.25% from 255) = 53.49%
R=13.95%
G=32.56%
B=53.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal541262070.740.3900.19211.7661.4551.18
Hex367ECF4A27013d43d33
Octal66176317112470233247563
Binary110110111111011001111100101010011101001111010100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,126,207); }

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

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

 a { background-color: rgb(54,126,207); }

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

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

 span { border-color: rgb(54,126,207); }

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