Html Css Color HEX #358CAA Scooter

📋 copy color: '#358CAA'

red 53 ◦ green 140 ◦ blue 170

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

Shades of Scooter #358CAA

Tints of Scooter #358CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

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

R = 14.6%
G = 38.57%
B = 46.83%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#358CAA (or 0x358CAA) is known color: Scooter. HEX triplet: 35, 8C and AA. RGB value is (53,140,170). Sum of RGB (Red+Green+Blue) = 53+140+170=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #358CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358CAA is #CA7355. Grayscale: #757575. Windows color (decimal): -13267798 or 11177013. OLE color: 11177013.

HSL color Cylindrical-coordinate representation of color #358CAA: hue angle of 195.38º 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 #358CAA is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 140 170 -
CMYK 0.69 0.18 0 0.33
HSL 195.38º 0.52% 0.44% -
HSV(B) 195.38º 0.69% 0.67% -
XYZ 18.1 22.42 41.4 -
YUV 117.41 157.68 82.06 -
System Red Green Blue C M Y K H S L
Decimal 53 140 170 0.69 0.18 0 0.33 195.38 0.52 0.44
Hex 35 8C AA 45 12 0 21 C3 34 2C
Octal 65 214 252 105 22 0 41 303 64 54
Binary 110101 10001100 10101010 1000101 10010 0 100001 11000011 110100 101100

Color Harmonies of #358CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CAA

Black with #358CAA

Text Example


Text Example

White with #358CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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