Html Css Color HEX #348495 Scooter

📋 copy color: '#348495'

red 52 ◦ green 132 ◦ blue 149

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

Shades of Scooter #348495

Tints of Scooter #348495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 15.62%
G = 39.64%
B = 44.74%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348495 (or 0x348495) is known color: Scooter. HEX triplet: 34, 84 and 95. RGB value is (52,132,149). Sum of RGB (Red+Green+Blue) = 52+132+149=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #348495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348495 is #CB7B6A. Grayscale: #6D6D6D. Windows color (decimal): -13335403 or 9798708. OLE color: 9798708.

HSL color Cylindrical-coordinate representation of color #348495: hue angle of 190.52º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #348495 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 132 149 -
CMYK 0.65 0.11 0 0.42
HSL 190.52º 0.48% 0.39% -
HSV(B) 190.52º 0.65% 0.58% -
XYZ 15.09 19.4 31.38 -
YUV 110.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 52 132 149 0.65 0.11 0 0.42 190.52 0.48 0.39
Hex 34 84 95 41 B 0 2A BF 30 27
Octal 64 204 225 101 13 0 52 277 60 47
Binary 110100 10000100 10010101 1000001 1011 0 101010 10111111 110000 100111

Color Harmonies of #348495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348495

Black with #348495

Text Example


Text Example

White with #348495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348495; }

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

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

background-color css

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

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

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

border-color css

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

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

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