Html Css Color HEX #34839B Scooter

📋 copy color: '#34839B'

red 52 ◦ green 131 ◦ blue 155

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

Shades of Scooter #34839B

Tints of Scooter #34839B

RGB

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

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

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

R = 15.38%
G = 38.76%
B = 45.86%

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

#34839B (or 0x34839B) is known color: Scooter. HEX triplet: 34, 83 and 9B. RGB value is (52,131,155). Sum of RGB (Red+Green+Blue) = 52+131+155=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #34839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34839B is #CB7C64. Grayscale: #6D6D6D. Windows color (decimal): -13335653 or 10191668. OLE color: 10191668.

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

Color convert

RGB 52 131 155 -
CMYK 0.66 0.15 0 0.39
HSL 193.98º 0.5% 0.41% -
HSV(B) 193.98º 0.66% 0.61% -
XYZ 15.45 19.33 33.93 -
YUV 110.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 52 131 155 0.66 0.15 0 0.39 193.98 0.5 0.41
Hex 34 83 9B 42 F 0 27 C2 32 29
Octal 64 203 233 102 17 0 47 302 62 51
Binary 110100 10000011 10011011 1000010 1111 0 100111 11000010 110010 101001

Color Harmonies of #34839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34839B

Black with #34839B

Text Example


Text Example

White with #34839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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