#367EAE

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

Shades of Curious Blue #367EAE

Tints of Curious Blue #367EAE

Color information

#367EAE (or 0x367EAE) is unknown color: approx Curious Blue. HEX triplet: 36, 7E and AE. RGB value is (54,126,174). Sum of RGB (Red+Green+Blue) = 54+126+174=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #367EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367EAE is #C98151. Grayscale: #6D6D6D. Windows color (decimal): -13205842 or 11435574. OLE color: 11435574.

HSL color Cylindrical-coordinate representation of color #367EAE: hue angle of 204º 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 #367EAE is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB54126174-
CMYK0.690.2800.32
HSL204º52.63%44.71%-
HSV(B)204º68.97%68.24%-
XYZ16.6218.7642.79-
YUV109.94164.1588.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.25%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=15.25%
G=35.59%
B=49.15%

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
Decimal541261740.690.2800.3220452.6344.71
Hex367EAE451C020cc352d
Octal66176256105340403146555
Binary110110111111010101110100010111100010000011001100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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