Html Css Color HEX #34819B Scooter

📋 copy color: '#34819B'

red 52 ◦ green 129 ◦ blue 155

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

Shades of Scooter #34819B

Tints of Scooter #34819B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

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

R = 15.48%
G = 38.39%
B = 46.13%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34819B (or 0x34819B) is known color: Scooter. HEX triplet: 34, 81 and 9B. RGB value is (52,129,155). Sum of RGB (Red+Green+Blue) = 52+129+155=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #34819B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34819B is #CB7E64. Grayscale: #6C6C6C. Windows color (decimal): -13336165 or 10191156. OLE color: 10191156.

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

Color convert

RGB 52 129 155 -
CMYK 0.66 0.17 0 0.39
HSL 195.15º 0.5% 0.41% -
HSV(B) 195.15º 0.66% 0.61% -
XYZ 15.18 18.8 33.84 -
YUV 108.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 52 129 155 0.66 0.17 0 0.39 195.15 0.5 0.41
Hex 34 81 9B 42 11 0 27 C3 32 29
Octal 64 201 233 102 21 0 47 303 62 51
Binary 110100 10000001 10011011 1000010 10001 0 100111 11000011 110010 101001

Color Harmonies of #34819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34819B

Black with #34819B

Text Example


Text Example

White with #34819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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