Html Css Color HEX #33899B Scooter

📋 copy color: '#33899B'

red 51 ◦ green 137 ◦ blue 155

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

Shades of Scooter #33899B

Tints of Scooter #33899B

RGB

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

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

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

R = 14.87%
G = 39.94%
B = 45.19%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33899B (or 0x33899B) is known color: Scooter. HEX triplet: 33, 89 and 9B. RGB value is (51,137,155). Sum of RGB (Red+Green+Blue) = 51+137+155=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #33899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33899B is #CC7664. Grayscale: #717171. Windows color (decimal): -13399653 or 10193203. OLE color: 10193203.

HSL color Cylindrical-coordinate representation of color #33899B: hue angle of 190.38º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33899B is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 137 155 -
CMYK 0.67 0.12 0 0.39
HSL 190.38º 0.5% 0.4% -
HSV(B) 190.38º 0.67% 0.61% -
XYZ 16.23 20.96 34.2 -
YUV 113.34 151.51 83.54 -
System Red Green Blue C M Y K H S L
Decimal 51 137 155 0.67 0.12 0 0.39 190.38 0.5 0.4
Hex 33 89 9B 43 C 0 27 BE 32 28
Octal 63 211 233 103 14 0 47 276 62 50
Binary 110011 10001001 10011011 1000011 1100 0 100111 10111110 110010 101000

Color Harmonies of #33899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33899B

Black with #33899B

Text Example


Text Example

White with #33899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,137,155); }

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

background-color css

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

 a { background-color: rgb(51,137,155); }

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

border-color css

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

 span { border-color: rgb(51,137,155); }

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