Html Css Color HEX #33959E Scooter

📋 copy color: '#33959E'

red 51 ◦ green 149 ◦ blue 158

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

Shades of Scooter #33959E

Tints of Scooter #33959E

RGB

 RED value IS 51 (20.31% from 255) = 14.25%

 GREEN value IS 149 (58.59% from 255) = 41.62%

 BLUE value IS 158 (62.11% from 255) = 44.13%

R = 14.25%
G = 41.62%
B = 44.13%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33959E (or 0x33959E) is known color: Scooter. HEX triplet: 33, 95 and 9E. RGB value is (51,149,158). Sum of RGB (Red+Green+Blue) = 51+149+158=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #33959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33959E is #CC6A61. Grayscale: #787878. Windows color (decimal): -13396578 or 10392883. OLE color: 10392883.

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

Color convert

RGB 51 149 158 -
CMYK 0.68 0.06 0 0.38
HSL 185.05º 0.51% 0.41% -
HSV(B) 185.05º 0.68% 0.62% -
XYZ 18.28 24.67 36.15 -
YUV 120.72 149.03 78.27 -
System Red Green Blue C M Y K H S L
Decimal 51 149 158 0.68 0.06 0 0.38 185.05 0.51 0.41
Hex 33 95 9E 44 6 0 26 B9 33 29
Octal 63 225 236 104 6 0 46 271 63 51
Binary 110011 10010101 10011110 1000100 110 0 100110 10111001 110011 101001

Color Harmonies of #33959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33959E

Black with #33959E

Text Example


Text Example

White with #33959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33959E; }

 p { color: rgb(51,149,158); }

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

background-color css

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

 a { background-color: rgb(51,149,158); }

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

border-color css

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

 span { border-color: rgb(51,149,158); }

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