Html Css Color HEX #358898 Scooter

📋 copy color: '#358898'

red 53 ◦ green 136 ◦ blue 152

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

Shades of Scooter #358898

Tints of Scooter #358898

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.88%

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

R = 15.54%
G = 39.88%
B = 44.57%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#358898 (or 0x358898) is known color: Scooter. HEX triplet: 35, 88 and 98. RGB value is (53,136,152). Sum of RGB (Red+Green+Blue) = 53+136+152=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #358898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358898 is #CA7767. Grayscale: #707070. Windows color (decimal): -13268840 or 9996341. OLE color: 9996341.

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

Color convert

RGB 53 136 152 -
CMYK 0.65 0.11 0 0.40
HSL 189.7º 0.48% 0.4% -
HSV(B) 189.7º 0.65% 0.6% -
XYZ 15.94 20.63 32.85 -
YUV 113.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 53 136 152 0.65 0.11 0 0.40 189.7 0.48 0.4
Hex 35 88 98 41 B 0 28 BE 30 28
Octal 65 210 230 101 13 0 50 276 60 50
Binary 110101 10001000 10011000 1000001 1011 0 101000 10111110 110000 101000

Color Harmonies of #358898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358898

Black with #358898

Text Example


Text Example

White with #358898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358898; }

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

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

background-color css

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

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

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

border-color css

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

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

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