Html Css Color HEX #358698 Scooter

📋 copy color: '#358698'

red 53 ◦ green 134 ◦ blue 152

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

Shades of Scooter #358698

Tints of Scooter #358698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

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

R = 15.63%
G = 39.53%
B = 44.84%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#358698 (or 0x358698) is known color: Scooter. HEX triplet: 35, 86 and 98. RGB value is (53,134,152). Sum of RGB (Red+Green+Blue) = 53+134+152=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #358698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358698 is #CA7967. Grayscale: #6F6F6F. Windows color (decimal): -13269352 or 9995829. OLE color: 9995829.

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

Color convert

RGB 53 134 152 -
CMYK 0.65 0.12 0 0.40
HSL 190.91º 0.48% 0.4% -
HSV(B) 190.91º 0.65% 0.6% -
XYZ 15.66 20.07 32.76 -
YUV 111.83 150.66 86.04 -
System Red Green Blue C M Y K H S L
Decimal 53 134 152 0.65 0.12 0 0.40 190.91 0.48 0.4
Hex 35 86 98 41 C 0 28 BF 30 28
Octal 65 206 230 101 14 0 50 277 60 50
Binary 110101 10000110 10011000 1000001 1100 0 101000 10111111 110000 101000

Color Harmonies of #358698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358698

Black with #358698

Text Example


Text Example

White with #358698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358698; }

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

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

background-color css

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

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

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

border-color css

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

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

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