Html Css Color HEX #367F9B Scooter

📋 copy color: '#367F9B'

red 54 ◦ green 127 ◦ blue 155

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

Shades of Scooter #367F9B

Tints of Scooter #367F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 16.07%
G = 37.8%
B = 46.13%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#367F9B (or 0x367F9B) is known color: Scooter. HEX triplet: 36, 7F and 9B. RGB value is (54,127,155). Sum of RGB (Red+Green+Blue) = 54+127+155=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #367F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F9B is #C98064. Grayscale: #6C6C6C. Windows color (decimal): -13205605 or 10190646. OLE color: 10190646.

HSL color Cylindrical-coordinate representation of color #367F9B: hue angle of 196.63º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367F9B is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 127 155 -
CMYK 0.65 0.18 0 0.39
HSL 196.63º 0.48% 0.41% -
HSV(B) 196.63º 0.65% 0.61% -
XYZ 15.03 18.33 33.76 -
YUV 108.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 54 127 155 0.65 0.18 0 0.39 196.63 0.48 0.41
Hex 36 7F 9B 41 12 0 27 C5 30 29
Octal 66 177 233 101 22 0 47 305 60 51
Binary 110110 1111111 10011011 1000001 10010 0 100111 11000101 110000 101001

Color Harmonies of #367F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F9B

Black with #367F9B

Text Example


Text Example

White with #367F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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