Html Css Color HEX #348594 Scooter

📋 copy color: '#348594'

red 52 ◦ green 133 ◦ blue 148

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

Shades of Scooter #348594

Tints of Scooter #348594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 15.62%
G = 39.94%
B = 44.44%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348594 (or 0x348594) is known color: Scooter. HEX triplet: 34, 85 and 94. RGB value is (52,133,148). Sum of RGB (Red+Green+Blue) = 52+133+148=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #348594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348594 is #CB7A6B. Grayscale: #6E6E6E. Windows color (decimal): -13335148 or 9733428. OLE color: 9733428.

HSL color Cylindrical-coordinate representation of color #348594: hue angle of 189.38º 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 #348594 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 133 148 -
CMYK 0.65 0.10 0 0.42
HSL 189.38º 0.48% 0.39% -
HSV(B) 189.38º 0.65% 0.58% -
XYZ 15.15 19.64 31.01 -
YUV 110.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 52 133 148 0.65 0.10 0 0.42 189.38 0.48 0.39
Hex 34 85 94 41 A 0 2A BD 30 27
Octal 64 205 224 101 12 0 52 275 60 47
Binary 110100 10000101 10010100 1000001 1010 0 101010 10111101 110000 100111

Color Harmonies of #348594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348594

Black with #348594

Text Example


Text Example

White with #348594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348594; }

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

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

background-color css

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

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

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

border-color css

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

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

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