Html Css Color HEX #348491 Scooter

📋 copy color: '#348491'

red 52 ◦ green 132 ◦ blue 145

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

Shades of Scooter #348491

Tints of Scooter #348491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 15.81%
G = 40.12%
B = 44.07%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#348491 (or 0x348491) is known color: Scooter. HEX triplet: 34, 84 and 91. RGB value is (52,132,145). Sum of RGB (Red+Green+Blue) = 52+132+145=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #348491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348491 is #CB7B6E. Grayscale: #6D6D6D. Windows color (decimal): -13335407 or 9536564. OLE color: 9536564.

HSL color Cylindrical-coordinate representation of color #348491: hue angle of 188.39º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348491 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 132 145 -
CMYK 0.64 0.09 0 0.43
HSL 188.39º 0.47% 0.39% -
HSV(B) 188.39º 0.64% 0.57% -
XYZ 14.78 19.28 29.73 -
YUV 109.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 52 132 145 0.64 0.09 0 0.43 188.39 0.47 0.39
Hex 34 84 91 40 9 0 2B BC 2F 27
Octal 64 204 221 100 11 0 53 274 57 47
Binary 110100 10000100 10010001 1000000 1001 0 101011 10111100 101111 100111

Color Harmonies of #348491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348491

Black with #348491

Text Example


Text Example

White with #348491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348491; }

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

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

background-color css

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

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

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

border-color css

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

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

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