Html Css Color HEX #358998 Scooter

📋 copy color: '#358998'

red 53 ◦ green 137 ◦ blue 152

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

Shades of Scooter #358998

Tints of Scooter #358998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.06%

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 15.5%
G = 40.06%
B = 44.44%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#358998 (or 0x358998) is known color: Scooter. HEX triplet: 35, 89 and 98. RGB value is (53,137,152). Sum of RGB (Red+Green+Blue) = 53+137+152=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #358998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358998 is #CA7667. Grayscale: #717171. Windows color (decimal): -13268584 or 9996597. OLE color: 9996597.

HSL color Cylindrical-coordinate representation of color #358998: hue angle of 189.09º degrees, saturation: 0.48, 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 #358998 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 137 152 -
CMYK 0.65 0.10 0 0.40
HSL 189.09º 0.48% 0.4% -
HSV(B) 189.09º 0.65% 0.6% -
XYZ 16.08 20.92 32.9 -
YUV 113.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 53 137 152 0.65 0.10 0 0.40 189.09 0.48 0.4
Hex 35 89 98 41 A 0 28 BD 30 28
Octal 65 211 230 101 12 0 50 275 60 50
Binary 110101 10001001 10011000 1000001 1010 0 101000 10111101 110000 101000

Color Harmonies of #358998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358998

Black with #358998

Text Example


Text Example

White with #358998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358998; }

 p { color: rgb(53,137,152); }

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

background-color css

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

 a { background-color: rgb(53,137,152); }

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

border-color css

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

 span { border-color: rgb(53,137,152); }

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