Html Css Color HEX #348799 Scooter

📋 copy color: '#348799'

red 52 ◦ green 135 ◦ blue 153

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

Shades of Scooter #348799

Tints of Scooter #348799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.71%

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

R = 15.29%
G = 39.71%
B = 45%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#348799 (or 0x348799) is known color: Scooter. HEX triplet: 34, 87 and 99. RGB value is (52,135,153). Sum of RGB (Red+Green+Blue) = 52+135+153=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #348799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348799 is #CB7866. Grayscale: #707070. Windows color (decimal): -13334631 or 10061620. OLE color: 10061620.

HSL color Cylindrical-coordinate representation of color #348799: hue angle of 190.69º 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 #348799 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 135 153 -
CMYK 0.66 0.12 0 0.4
HSL 190.69º 0.49% 0.4% -
HSV(B) 190.69º 0.66% 0.6% -
XYZ 15.83 20.36 33.23 -
YUV 112.24 151 85.04 -
System Red Green Blue C M Y K H S L
Decimal 52 135 153 0.66 0.12 0 0.4 190.69 0.49 0.4
Hex 34 87 99 42 C 0 28 BF 31 28
Octal 64 207 231 102 14 0 50 277 61 50
Binary 110100 10000111 10011001 1000010 1100 0 101000 10111111 110001 101000

Color Harmonies of #348799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348799

Black with #348799

Text Example


Text Example

White with #348799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348799; }

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

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

background-color css

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

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

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

border-color css

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

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

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