Html Css Color HEX #348994 Scooter

📋 copy color: '#348994'

red 52 ◦ green 137 ◦ blue 148

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

Shades of Scooter #348994

Tints of Scooter #348994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

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

R = 15.43%
G = 40.65%
B = 43.92%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348994 (or 0x348994) is known color: Scooter. HEX triplet: 34, 89 and 94. RGB value is (52,137,148). Sum of RGB (Red+Green+Blue) = 52+137+148=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #348994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348994 is #CB766B. Grayscale: #707070. Windows color (decimal): -13334124 or 9734452. OLE color: 9734452.

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

Color convert

RGB 52 137 148 -
CMYK 0.65 0.07 0 0.42
HSL 186.88º 0.48% 0.39% -
HSV(B) 186.88º 0.65% 0.58% -
XYZ 15.71 20.76 31.2 -
YUV 112.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 52 137 148 0.65 0.07 0 0.42 186.88 0.48 0.39
Hex 34 89 94 41 7 0 2A BB 30 27
Octal 64 211 224 101 7 0 52 273 60 47
Binary 110100 10001001 10010100 1000001 111 0 101010 10111011 110000 100111

Color Harmonies of #348994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348994

Black with #348994

Text Example


Text Example

White with #348994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348994; }

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

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

background-color css

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

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

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

border-color css

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

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

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