Html Css Color HEX #358994 Scooter

📋 copy color: '#358994'

red 53 ◦ green 137 ◦ blue 148

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

Shades of Scooter #358994

Tints of Scooter #358994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.53%

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 15.68%
G = 40.53%
B = 43.79%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#358994 (or 0x358994) is known color: Scooter. HEX triplet: 35, 89 and 94. RGB value is (53,137,148). Sum of RGB (Red+Green+Blue) = 53+137+148=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #358994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358994 is #CA766B. Grayscale: #717171. Windows color (decimal): -13268588 or 9734453. OLE color: 9734453.

HSL color Cylindrical-coordinate representation of color #358994: hue angle of 186.95º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358994 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 137 148 -
CMYK 0.64 0.07 0 0.42
HSL 186.95º 0.47% 0.39% -
HSV(B) 186.95º 0.64% 0.58% -
XYZ 15.76 20.79 31.2 -
YUV 113.14 147.67 85.11 -
System Red Green Blue C M Y K H S L
Decimal 53 137 148 0.64 0.07 0 0.42 186.95 0.47 0.39
Hex 35 89 94 40 7 0 2A BB 2F 27
Octal 65 211 224 100 7 0 52 273 57 47
Binary 110101 10001001 10010100 1000000 111 0 101010 10111011 101111 100111

Color Harmonies of #358994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358994

Black with #358994

Text Example


Text Example

White with #358994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358994; }

 p { color: rgb(53,137,148); }

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

background-color css

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

 a { background-color: rgb(53,137,148); }

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

border-color css

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

 span { border-color: rgb(53,137,148); }

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