Html Css Color HEX #348591 Scooter

📋 copy color: '#348591'

red 52 ◦ green 133 ◦ blue 145

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

Shades of Scooter #348591

Tints of Scooter #348591

RGB

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

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

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

R = 15.76%
G = 40.3%
B = 43.94%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#348591 (or 0x348591) is known color: Scooter. HEX triplet: 34, 85 and 91. RGB value is (52,133,145). Sum of RGB (Red+Green+Blue) = 52+133+145=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #348591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348591 is #CB7A6E. Grayscale: #6E6E6E. Windows color (decimal): -13335151 or 9536820. OLE color: 9536820.

HSL color Cylindrical-coordinate representation of color #348591: hue angle of 187.74º 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 #348591 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 133 145 -
CMYK 0.64 0.08 0 0.43
HSL 187.74º 0.47% 0.39% -
HSV(B) 187.74º 0.64% 0.57% -
XYZ 14.91 19.55 29.78 -
YUV 110.15 147.66 86.52 -
System Red Green Blue C M Y K H S L
Decimal 52 133 145 0.64 0.08 0 0.43 187.74 0.47 0.39
Hex 34 85 91 40 8 0 2B BC 2F 27
Octal 64 205 221 100 10 0 53 274 57 47
Binary 110100 10000101 10010001 1000000 1000 0 101011 10111100 101111 100111

Color Harmonies of #348591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348591

Black with #348591

Text Example


Text Example

White with #348591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348591; }

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

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

background-color css

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

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

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

border-color css

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

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

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