Html Css Color HEX #35949D Scooter

📋 copy color: '#35949D'

red 53 ◦ green 148 ◦ blue 157

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

Shades of Scooter #35949D

Tints of Scooter #35949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 14.8%
G = 41.34%
B = 43.85%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#35949D (or 0x35949D) is known color: Scooter. HEX triplet: 35, 94 and 9D. RGB value is (53,148,157). Sum of RGB (Red+Green+Blue) = 53+148+157=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #35949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35949D is #CA6B62. Grayscale: #787878. Windows color (decimal): -13265763 or 10327093. OLE color: 10327093.

HSL color Cylindrical-coordinate representation of color #35949D: hue angle of 185.19º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35949D is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 148 157 -
CMYK 0.66 0.06 0 0.38
HSL 185.19º 0.5% 0.41% -
HSV(B) 185.19º 0.66% 0.62% -
XYZ 18.14 24.37 35.65 -
YUV 120.62 148.53 79.77 -
System Red Green Blue C M Y K H S L
Decimal 53 148 157 0.66 0.06 0 0.38 185.19 0.5 0.41
Hex 35 94 9D 42 6 0 26 B9 32 29
Octal 65 224 235 102 6 0 46 271 62 51
Binary 110101 10010100 10011101 1000010 110 0 100110 10111001 110010 101001

Color Harmonies of #35949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35949D

Black with #35949D

Text Example


Text Example

White with #35949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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