Html Css Color HEX #367AAE Curious Blue

📋 copy color: '#367AAE'

red 54 ◦ green 122 ◦ blue 174

#367AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #367AAE

Tints of Curious Blue #367AAE

RGB

 RED value IS 54 (21.48% from 255) = 15.43%

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 15.43%
G = 34.86%
B = 49.71%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#367AAE (or 0x367AAE) is known color: Curious Blue. HEX triplet: 36, 7A and AE. RGB value is (54,122,174). Sum of RGB (Red+Green+Blue) = 54+122+174=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #367AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367AAE is #C98551. Grayscale: #6B6B6B. Windows color (decimal): -13206866 or 11434550. OLE color: 11434550.

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

Color convert

RGB 54 122 174 -
CMYK 0.69 0.30 0 0.32
HSL 206º 0.53% 0.45% -
HSV(B) 206º 0.69% 0.68% -
XYZ 16.12 17.76 42.62 -
YUV 107.6 165.47 89.77 -
System Red Green Blue C M Y K H S L
Decimal 54 122 174 0.69 0.30 0 0.32 206 0.53 0.45
Hex 36 7A AE 45 1E 0 20 CE 35 2D
Octal 66 172 256 105 36 0 40 316 65 55
Binary 110110 1111010 10101110 1000101 11110 0 100000 11001110 110101 101101

Color Harmonies of #367AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367AAE

Black with #367AAE

Text Example


Text Example

White with #367AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #367AAE;
 }
 .AnyTagClassName
 {
   color: #367AAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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