Html Css Color HEX #358F99 Scooter

📋 copy color: '#358F99'

red 53 ◦ green 143 ◦ blue 153

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

Shades of Scooter #358F99

Tints of Scooter #358F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.97%

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

R = 15.19%
G = 40.97%
B = 43.84%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#358F99 (or 0x358F99) is known color: Scooter. HEX triplet: 35, 8F and 99. RGB value is (53,143,153). Sum of RGB (Red+Green+Blue) = 53+143+153=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #358F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F99 is #CA7066. Grayscale: #757575. Windows color (decimal): -13267047 or 10063669. OLE color: 10063669.

HSL color Cylindrical-coordinate representation of color #358F99: hue angle of 186º 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 #358F99 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 143 153 -
CMYK 0.65 0.07 0 0.4
HSL 186º 0.49% 0.4% -
HSV(B) 186º 0.65% 0.6% -
XYZ 17.04 22.7 33.62 -
YUV 117.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 53 143 153 0.65 0.07 0 0.4 186 0.49 0.4
Hex 35 8F 99 41 7 0 28 BA 31 28
Octal 65 217 231 101 7 0 50 272 61 50
Binary 110101 10001111 10011001 1000001 111 0 101000 10111010 110001 101000

Color Harmonies of #358F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358F99

Black with #358F99

Text Example


Text Example

White with #358F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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