Html Css Color HEX #34849B Scooter

📋 copy color: '#34849B'

red 52 ◦ green 132 ◦ blue 155

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

Shades of Scooter #34849B

Tints of Scooter #34849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.94%

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

R = 15.34%
G = 38.94%
B = 45.72%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34849B (or 0x34849B) is known color: Scooter. HEX triplet: 34, 84 and 9B. RGB value is (52,132,155). Sum of RGB (Red+Green+Blue) = 52+132+155=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #34849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34849B is #CB7B64. Grayscale: #6E6E6E. Windows color (decimal): -13335397 or 10191924. OLE color: 10191924.

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

Color convert

RGB 52 132 155 -
CMYK 0.66 0.15 0 0.39
HSL 193.4º 0.5% 0.41% -
HSV(B) 193.4º 0.66% 0.61% -
XYZ 15.58 19.6 33.97 -
YUV 110.7 153 86.13 -
System Red Green Blue C M Y K H S L
Decimal 52 132 155 0.66 0.15 0 0.39 193.4 0.5 0.41
Hex 34 84 9B 42 F 0 27 C1 32 29
Octal 64 204 233 102 17 0 47 301 62 51
Binary 110100 10000100 10011011 1000010 1111 0 100111 11000001 110010 101001

Color Harmonies of #34849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34849B

Black with #34849B

Text Example


Text Example

White with #34849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,132,155); }

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

background-color css

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

 a { background-color: rgb(52,132,155); }

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

border-color css

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

 span { border-color: rgb(52,132,155); }

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