Html Css Color HEX #358BA9 Scooter

📋 copy color: '#358BA9'

red 53 ◦ green 139 ◦ blue 169

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

Shades of Scooter #358BA9

Tints of Scooter #358BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

 BLUE value IS 169 (66.41% from 255) = 46.81%

R = 14.68%
G = 38.5%
B = 46.81%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#358BA9 (or 0x358BA9) is known color: Scooter. HEX triplet: 35, 8B and A9. RGB value is (53,139,169). Sum of RGB (Red+Green+Blue) = 53+139+169=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #358BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358BA9 is #CA7456. Grayscale: #747474. Windows color (decimal): -13268055 or 11111221. OLE color: 11111221.

HSL color Cylindrical-coordinate representation of color #358BA9: hue angle of 195.52º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #358BA9 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 139 169 -
CMYK 0.69 0.18 0 0.34
HSL 195.52º 0.52% 0.44% -
HSV(B) 195.52º 0.69% 0.66% -
XYZ 17.86 22.09 40.86 -
YUV 116.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 53 139 169 0.69 0.18 0 0.34 195.52 0.52 0.44
Hex 35 8B A9 45 12 0 22 C4 34 2C
Octal 65 213 251 105 22 0 42 304 64 54
Binary 110101 10001011 10101001 1000101 10010 0 100010 11000100 110100 101100

Color Harmonies of #358BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358BA9

Black with #358BA9

Text Example


Text Example

White with #358BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,139,169); }

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

background-color css

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

 a { background-color: rgb(53,139,169); }

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

border-color css

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

 span { border-color: rgb(53,139,169); }

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