Html Css Color HEX #358EAA Scooter

📋 copy color: '#358EAA'

red 53 ◦ green 142 ◦ blue 170

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

Shades of Scooter #358EAA

Tints of Scooter #358EAA

RGB

 RED value IS 53 (21.09% from 255) = 14.52%

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

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

R = 14.52%
G = 38.9%
B = 46.58%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#358EAA (or 0x358EAA) is known color: Scooter. HEX triplet: 35, 8E and AA. RGB value is (53,142,170). Sum of RGB (Red+Green+Blue) = 53+142+170=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #358EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358EAA is #CA7155. Grayscale: #767676. Windows color (decimal): -13267286 or 11177525. OLE color: 11177525.

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

Color convert

RGB 53 142 170 -
CMYK 0.69 0.16 0 0.33
HSL 194.36º 0.52% 0.44% -
HSV(B) 194.36º 0.69% 0.67% -
XYZ 18.4 23.01 41.5 -
YUV 118.58 157.01 81.22 -
System Red Green Blue C M Y K H S L
Decimal 53 142 170 0.69 0.16 0 0.33 194.36 0.52 0.44
Hex 35 8E AA 45 10 0 21 C2 34 2C
Octal 65 216 252 105 20 0 41 302 64 54
Binary 110101 10001110 10101010 1000101 10000 0 100001 11000010 110100 101100

Color Harmonies of #358EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358EAA

Black with #358EAA

Text Example


Text Example

White with #358EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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