#367DAE

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

Shades of Curious Blue #367DAE

Tints of Curious Blue #367DAE

Color information

#367DAE (or 0x367DAE) is unknown color: approx Curious Blue. HEX triplet: 36, 7D and AE. RGB value is (54,125,174). Sum of RGB (Red+Green+Blue) = 54+125+174=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #367DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367DAE is #C98251. Grayscale: #6D6D6D. Windows color (decimal): -13206098 or 11435318. OLE color: 11435318.

HSL color Cylindrical-coordinate representation of color #367DAE: hue angle of 204.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #367DAE is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54125174-
CMYK0.690.2800.32
HSL204.5º52.63%44.71%-
HSV(B)204.5º68.97%68.24%-
XYZ16.4918.5142.75-
YUV109.36164.4888.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.30%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=15.30%
G=35.41%
B=49.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal541251740.690.2800.32204.552.6344.71
Hex367DAE451C020cc352d
Octal66175256105340403146555
Binary110110111110110101110100010111100010000011001100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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