Html Css Color HEX #348599 Scooter

📋 copy color: '#348599'

red 52 ◦ green 133 ◦ blue 153

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

Shades of Scooter #348599

Tints of Scooter #348599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 15.38%
G = 39.35%
B = 45.27%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#348599 (or 0x348599) is known color: Scooter. HEX triplet: 34, 85 and 99. RGB value is (52,133,153). Sum of RGB (Red+Green+Blue) = 52+133+153=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #348599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348599 is #CB7A66. Grayscale: #6E6E6E. Windows color (decimal): -13335143 or 10061108. OLE color: 10061108.

HSL color Cylindrical-coordinate representation of color #348599: hue angle of 191.88º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #348599 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 133 153 -
CMYK 0.66 0.13 0 0.4
HSL 191.88º 0.49% 0.4% -
HSV(B) 191.88º 0.66% 0.6% -
XYZ 15.55 19.81 33.14 -
YUV 111.06 151.66 85.87 -
System Red Green Blue C M Y K H S L
Decimal 52 133 153 0.66 0.13 0 0.4 191.88 0.49 0.4
Hex 34 85 99 42 D 0 28 C0 31 28
Octal 64 205 231 102 15 0 50 300 61 50
Binary 110100 10000101 10011001 1000010 1101 0 101000 11000000 110001 101000

Color Harmonies of #348599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348599

Black with #348599

Text Example


Text Example

White with #348599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348599; }

 p { color: rgb(52,133,153); }

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

background-color css

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

 a { background-color: rgb(52,133,153); }

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

border-color css

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

 span { border-color: rgb(52,133,153); }

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