Html Css Color HEX #358A99 Scooter

📋 copy color: '#358A99'

red 53 ◦ green 138 ◦ blue 153

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

Shades of Scooter #358A99

Tints of Scooter #358A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 15.41%
G = 40.12%
B = 44.48%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#358A99 (or 0x358A99) is known color: Scooter. HEX triplet: 35, 8A and 99. RGB value is (53,138,153). Sum of RGB (Red+Green+Blue) = 53+138+153=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #358A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358A99 is #CA7566. Grayscale: #727272. Windows color (decimal): -13268327 or 10062389. OLE color: 10062389.

HSL color Cylindrical-coordinate representation of color #358A99: hue angle of 189º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358A99 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 138 153 -
CMYK 0.65 0.10 0 0.4
HSL 189º 0.49% 0.4% -
HSV(B) 189º 0.65% 0.6% -
XYZ 16.31 21.23 33.38 -
YUV 114.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 53 138 153 0.65 0.10 0 0.4 189 0.49 0.4
Hex 35 8A 99 41 A 0 28 BD 31 28
Octal 65 212 231 101 12 0 50 275 61 50
Binary 110101 10001010 10011001 1000001 1010 0 101000 10111101 110001 101000

Color Harmonies of #358A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358A99

Black with #358A99

Text Example


Text Example

White with #358A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,138,153); }

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

background-color css

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

 a { background-color: rgb(53,138,153); }

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

border-color css

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

 span { border-color: rgb(53,138,153); }

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