Html Css Color HEX #33839B Scooter

📋 copy color: '#33839B'

red 51 ◦ green 131 ◦ blue 155

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

Shades of Scooter #33839B

Tints of Scooter #33839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

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

R = 15.13%
G = 38.87%
B = 45.99%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#33839B (or 0x33839B) is known color: Scooter. HEX triplet: 33, 83 and 9B. RGB value is (51,131,155). Sum of RGB (Red+Green+Blue) = 51+131+155=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #33839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33839B is #CC7C64. Grayscale: #6D6D6D. Windows color (decimal): -13401189 or 10191667. OLE color: 10191667.

HSL color Cylindrical-coordinate representation of color #33839B: hue angle of 193.85º 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 #33839B is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 131 155 -
CMYK 0.67 0.15 0 0.39
HSL 193.85º 0.5% 0.4% -
HSV(B) 193.85º 0.67% 0.61% -
XYZ 15.4 19.3 33.92 -
YUV 109.82 153.5 86.05 -
System Red Green Blue C M Y K H S L
Decimal 51 131 155 0.67 0.15 0 0.39 193.85 0.5 0.4
Hex 33 83 9B 43 F 0 27 C2 32 28
Octal 63 203 233 103 17 0 47 302 62 50
Binary 110011 10000011 10011011 1000011 1111 0 100111 11000010 110010 101000

Color Harmonies of #33839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33839B

Black with #33839B

Text Example


Text Example

White with #33839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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