Html Css Color HEX #369BA9 Scooter

📋 copy color: '#369BA9'

red 54 ◦ green 155 ◦ blue 169

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

Shades of Scooter #369BA9

Tints of Scooter #369BA9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.01%

 BLUE value IS 169 (66.41% from 255) = 44.71%

R = 14.29%
G = 41.01%
B = 44.71%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#369BA9 (or 0x369BA9) is known color: Scooter. HEX triplet: 36, 9B and A9. RGB value is (54,155,169). Sum of RGB (Red+Green+Blue) = 54+155+169=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #369BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369BA9 is #C96456. Grayscale: #7E7E7E. Windows color (decimal): -13198423 or 11115318. OLE color: 11115318.

HSL color Cylindrical-coordinate representation of color #369BA9: hue angle of 187.3º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #369BA9 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 54 155 169 -
CMYK 0.68 0.08 0 0.34
HSL 187.3º 0.52% 0.44% -
HSV(B) 187.3º 0.68% 0.66% -
XYZ 20.4 27.09 41.69 -
YUV 126.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 54 155 169 0.68 0.08 0 0.34 187.3 0.52 0.44
Hex 36 9B A9 44 8 0 22 BB 34 2C
Octal 66 233 251 104 10 0 42 273 64 54
Binary 110110 10011011 10101001 1000100 1000 0 100010 10111011 110100 101100

Color Harmonies of #369BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369BA9

Black with #369BA9

Text Example


Text Example

White with #369BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369BA9; }

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

 H1.HeaderClassName
 {
   color: #369BA9;
 }
 .AnyTagClassName
 {
   color: #369BA9;
 }
</style>

background-color css

<style>
 a { background-color: #369BA9; }

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

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

border-color css

<style>
 span { border-color: #369BA9; }

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

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