Html Css Color HEX #358299 Scooter

📋 copy color: '#358299'

red 53 ◦ green 130 ◦ blue 153

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

Shades of Scooter #358299

Tints of Scooter #358299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

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

R = 15.77%
G = 38.69%
B = 45.54%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#358299 (or 0x358299) is known color: Scooter. HEX triplet: 35, 82 and 99. RGB value is (53,130,153). Sum of RGB (Red+Green+Blue) = 53+130+153=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #358299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358299 is #CA7D66. Grayscale: #6D6D6D. Windows color (decimal): -13270375 or 10060341. OLE color: 10060341.

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

Color convert

RGB 53 130 153 -
CMYK 0.65 0.15 0 0.4
HSL 193.8º 0.49% 0.4% -
HSV(B) 193.8º 0.65% 0.6% -
XYZ 15.2 19.02 33.01 -
YUV 109.6 152.49 87.63 -
System Red Green Blue C M Y K H S L
Decimal 53 130 153 0.65 0.15 0 0.4 193.8 0.49 0.4
Hex 35 82 99 41 F 0 28 C2 31 28
Octal 65 202 231 101 17 0 50 302 61 50
Binary 110101 10000010 10011001 1000001 1111 0 101000 11000010 110001 101000

Color Harmonies of #358299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358299

Black with #358299

Text Example


Text Example

White with #358299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358299; }

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

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

background-color css

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

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

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

border-color css

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

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

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