Html Css Color HEX #34899D Scooter

📋 copy color: '#34899D'

red 52 ◦ green 137 ◦ blue 157

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

Shades of Scooter #34899D

Tints of Scooter #34899D

RGB

 RED value IS 52 (20.7% from 255) = 15.03%

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

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 15.03%
G = 39.6%
B = 45.38%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34899D (or 0x34899D) is known color: Scooter. HEX triplet: 34, 89 and 9D. RGB value is (52,137,157). Sum of RGB (Red+Green+Blue) = 52+137+157=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #34899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34899D is #CB7662. Grayscale: #717171. Windows color (decimal): -13334115 or 10324276. OLE color: 10324276.

HSL color Cylindrical-coordinate representation of color #34899D: hue angle of 191.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34899D is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 137 157 -
CMYK 0.67 0.13 0 0.38
HSL 191.43º 0.5% 0.41% -
HSV(B) 191.43º 0.67% 0.62% -
XYZ 16.45 21.06 35.1 -
YUV 113.87 152.34 83.87 -
System Red Green Blue C M Y K H S L
Decimal 52 137 157 0.67 0.13 0 0.38 191.43 0.5 0.41
Hex 34 89 9D 43 D 0 26 BF 32 29
Octal 64 211 235 103 15 0 46 277 62 51
Binary 110100 10001001 10011101 1000011 1101 0 100110 10111111 110010 101001

Color Harmonies of #34899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34899D

Black with #34899D

Text Example


Text Example

White with #34899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34899D; }

 p { color: rgb(52,137,157); }

 H1.HeaderClassName
 {
   color: #34899D;
 }
 .AnyTagClassName
 {
   color: #34899D;
 }
</style>

background-color css

<style>
 a { background-color: #34899D; }

 a { background-color: rgb(52,137,157); }

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

border-color css

<style>
 span { border-color: #34899D; }

 span { border-color: rgb(52,137,157); }

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