Html Css Color HEX #35909B Scooter

📋 copy color: '#35909B'

red 53 ◦ green 144 ◦ blue 155

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

Shades of Scooter #35909B

Tints of Scooter #35909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.91%

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 15.06%
G = 40.91%
B = 44.03%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#35909B (or 0x35909B) is known color: Scooter. HEX triplet: 35, 90 and 9B. RGB value is (53,144,155). Sum of RGB (Red+Green+Blue) = 53+144+155=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #35909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35909B is #CA6F64. Grayscale: #757575. Windows color (decimal): -13266789 or 10194997. OLE color: 10194997.

HSL color Cylindrical-coordinate representation of color #35909B: hue angle of 186.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35909B is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 144 155 -
CMYK 0.66 0.07 0 0.39
HSL 186.47º 0.49% 0.41% -
HSV(B) 186.47º 0.66% 0.61% -
XYZ 17.36 23.07 34.55 -
YUV 118.05 148.85 81.61 -
System Red Green Blue C M Y K H S L
Decimal 53 144 155 0.66 0.07 0 0.39 186.47 0.49 0.41
Hex 35 90 9B 42 7 0 27 BA 31 29
Octal 65 220 233 102 7 0 47 272 61 51
Binary 110101 10010000 10011011 1000010 111 0 100111 10111010 110001 101001

Color Harmonies of #35909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35909B

Black with #35909B

Text Example


Text Example

White with #35909B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35909B; }

 p { color: rgb(53,144,155); }

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

background-color css

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

 a { background-color: rgb(53,144,155); }

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

border-color css

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

 span { border-color: rgb(53,144,155); }

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