Html Css Color HEX #368EAA Scooter

📋 copy color: '#368EAA'

red 54 ◦ green 142 ◦ blue 170

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

Shades of Scooter #368EAA

Tints of Scooter #368EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 14.75%
G = 38.8%
B = 46.45%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#368EAA (or 0x368EAA) is known color: Scooter. HEX triplet: 36, 8E and AA. RGB value is (54,142,170). Sum of RGB (Red+Green+Blue) = 54+142+170=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #368EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368EAA is #C97155. Grayscale: #767676. Windows color (decimal): -13201750 or 11177526. OLE color: 11177526.

HSL color Cylindrical-coordinate representation of color #368EAA: hue angle of 194.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #368EAA is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 142 170 -
CMYK 0.68 0.16 0 0.33
HSL 194.48º 0.52% 0.44% -
HSV(B) 194.48º 0.68% 0.67% -
XYZ 18.45 23.03 41.5 -
YUV 118.88 156.85 81.72 -
System Red Green Blue C M Y K H S L
Decimal 54 142 170 0.68 0.16 0 0.33 194.48 0.52 0.44
Hex 36 8E AA 44 10 0 21 C2 34 2C
Octal 66 216 252 104 20 0 41 302 64 54
Binary 110110 10001110 10101010 1000100 10000 0 100001 11000010 110100 101100

Color Harmonies of #368EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368EAA

Black with #368EAA

Text Example


Text Example

White with #368EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368EAA; }

 p { color: rgb(54,142,170); }

 H1.HeaderClassName
 {
   color: #368EAA;
 }
 .AnyTagClassName
 {
   color: #368EAA;
 }
</style>

background-color css

<style>
 a { background-color: #368EAA; }

 a { background-color: rgb(54,142,170); }

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

border-color css

<style>
 span { border-color: #368EAA; }

 span { border-color: rgb(54,142,170); }

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