Html Css Color HEX #348592 Scooter

📋 copy color: '#348592'

red 52 ◦ green 133 ◦ blue 146

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

Shades of Scooter #348592

Tints of Scooter #348592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 15.71%
G = 40.18%
B = 44.11%

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

#348592 (or 0x348592) is known color: Scooter. HEX triplet: 34, 85 and 92. RGB value is (52,133,146). Sum of RGB (Red+Green+Blue) = 52+133+146=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #348592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348592 is #CB7A6D. Grayscale: #6E6E6E. Windows color (decimal): -13335150 or 9602356. OLE color: 9602356.

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

Color convert

RGB 52 133 146 -
CMYK 0.64 0.09 0 0.43
HSL 188.3º 0.47% 0.39% -
HSV(B) 188.3º 0.64% 0.57% -
XYZ 14.99 19.58 30.18 -
YUV 110.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 52 133 146 0.64 0.09 0 0.43 188.3 0.47 0.39
Hex 34 85 92 40 9 0 2B BC 2F 27
Octal 64 205 222 100 11 0 53 274 57 47
Binary 110100 10000101 10010010 1000000 1001 0 101011 10111100 101111 100111

Color Harmonies of #348592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348592

Black with #348592

Text Example


Text Example

White with #348592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348592; }

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

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

background-color css

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

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

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

border-color css

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

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

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