Html Css Color HEX #3B899C Scooter

📋 copy color: '#3B899C'

red 59 ◦ green 137 ◦ blue 156

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

Shades of Scooter #3B899C

Tints of Scooter #3B899C

RGB

 RED value IS 59 (23.44% from 255) = 16.76%

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

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 16.76%
G = 38.92%
B = 44.32%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B899C (or 0x3B899C) is known color: Scooter. HEX triplet: 3B, 89 and 9C. RGB value is (59,137,156). Sum of RGB (Red+Green+Blue) = 59+137+156=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B899C is #C47663. Grayscale: #737373. Windows color (decimal): -12875364 or 10258747. OLE color: 10258747.

HSL color Cylindrical-coordinate representation of color #3B899C: hue angle of 191.75º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B899C is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 137 156 -
CMYK 0.62 0.12 0 0.39
HSL 191.75º 0.45% 0.42% -
HSV(B) 191.75º 0.62% 0.61% -
XYZ 16.75 21.22 34.67 -
YUV 115.84 150.66 87.46 -
System Red Green Blue C M Y K H S L
Decimal 59 137 156 0.62 0.12 0 0.39 191.75 0.45 0.42
Hex 3B 89 9C 3E C 0 27 C0 2D 2A
Octal 73 211 234 76 14 0 47 300 55 52
Binary 111011 10001001 10011100 111110 1100 0 100111 11000000 101101 101010

Color Harmonies of #3B899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B899C

Black with #3B899C

Text Example


Text Example

White with #3B899C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B899C; }

 p { color: rgb(59,137,156); }

 H1.HeaderClassName
 {
   color: #3B899C;
 }
 .AnyTagClassName
 {
   color: #3B899C;
 }
</style>

background-color css

<style>
 a { background-color: #3B899C; }

 a { background-color: rgb(59,137,156); }

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

border-color css

<style>
 span { border-color: #3B899C; }

 span { border-color: rgb(59,137,156); }

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