Html Css Color HEX #34959B Scooter

📋 copy color: '#34959B'

red 52 ◦ green 149 ◦ blue 155

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

Shades of Scooter #34959B

Tints of Scooter #34959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

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

R = 14.61%
G = 41.85%
B = 43.54%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34959B (or 0x34959B) is known color: Scooter. HEX triplet: 34, 95 and 9B. RGB value is (52,149,155). Sum of RGB (Red+Green+Blue) = 52+149+155=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #34959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34959B is #CB6A64. Grayscale: #787878. Windows color (decimal): -13331045 or 10196276. OLE color: 10196276.

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

Color convert

RGB 52 149 155 -
CMYK 0.66 0.04 0 0.39
HSL 183.5º 0.5% 0.41% -
HSV(B) 183.5º 0.66% 0.61% -
XYZ 18.08 24.59 34.8 -
YUV 120.68 147.36 79.01 -
System Red Green Blue C M Y K H S L
Decimal 52 149 155 0.66 0.04 0 0.39 183.5 0.5 0.41
Hex 34 95 9B 42 4 0 27 B7 32 29
Octal 64 225 233 102 4 0 47 267 62 51
Binary 110100 10010101 10011011 1000010 100 0 100111 10110111 110010 101001

Color Harmonies of #34959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34959B

Black with #34959B

Text Example


Text Example

White with #34959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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