Html Css Color HEX #367FAF Curious Blue

📋 copy color: '#367FAF'

red 54 ◦ green 127 ◦ blue 175

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

Shades of Curious Blue #367FAF

Tints of Curious Blue #367FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 15.17%
G = 35.67%
B = 49.16%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#367FAF (or 0x367FAF) is known color: Curious Blue. HEX triplet: 36, 7F and AF. RGB value is (54,127,175). Sum of RGB (Red+Green+Blue) = 54+127+175=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #367FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FAF is #C98050. Grayscale: #6E6E6E. Windows color (decimal): -13205585 or 11501366. OLE color: 11501366.

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

Color convert

RGB 54 127 175 -
CMYK 0.69 0.27 0 0.31
HSL 203.8º 0.53% 0.45% -
HSV(B) 203.8º 0.69% 0.69% -
XYZ 16.85 19.06 43.35 -
YUV 110.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 54 127 175 0.69 0.27 0 0.31 203.8 0.53 0.45
Hex 36 7F AF 45 1B 0 1F CC 35 2D
Octal 66 177 257 105 33 0 37 314 65 55
Binary 110110 1111111 10101111 1000101 11011 0 11111 11001100 110101 101101

Color Harmonies of #367FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367FAF

Black with #367FAF

Text Example


Text Example

White with #367FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,175); }

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

background-color css

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

 a { background-color: rgb(54,127,175); }

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

border-color css

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

 span { border-color: rgb(54,127,175); }

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