#367DBE

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

Shades of Curious Blue #367DBE

Tints of Curious Blue #367DBE

Color information

#367DBE (or 0x367DBE) is unknown color: approx Curious Blue. HEX triplet: 36, 7D and BE. RGB value is (54,125,190). Sum of RGB (Red+Green+Blue) = 54+125+190=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #367DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DBE is #C98241. Grayscale: #6E6E6E. Windows color (decimal): -13206082 or 12483894. OLE color: 12483894.

HSL color Cylindrical-coordinate representation of color #367DBE: hue angle of 208.68º 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 #367DBE is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54125190-
CMYK0.720.3400.25
HSL208.68º55.74%47.84%-
HSV(B)208.68º71.58%74.51%-
XYZ18.1519.1751.46-
YUV111.18172.4887.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.63%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=14.63%
G=33.88%
B=51.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541251900.720.3400.25208.6855.7447.84
Hex367DBE4822019d13830
Octal66175276110420313217060
Binary110110111110110111110100100010001001100111010001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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