Html Css Color HEX #348F99 Scooter

📋 copy color: '#348F99'

red 52 ◦ green 143 ◦ blue 153

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

Shades of Scooter #348F99

Tints of Scooter #348F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.09%

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 14.94%
G = 41.09%
B = 43.97%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#348F99 (or 0x348F99) is known color: Scooter. HEX triplet: 34, 8F and 99. RGB value is (52,143,153). Sum of RGB (Red+Green+Blue) = 52+143+153=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #348F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F99 is #CB7066. Grayscale: #747474. Windows color (decimal): -13332583 or 10063668. OLE color: 10063668.

HSL color Cylindrical-coordinate representation of color #348F99: hue angle of 185.94º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #348F99 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 143 153 -
CMYK 0.66 0.07 0 0.4
HSL 185.94º 0.49% 0.4% -
HSV(B) 185.94º 0.66% 0.6% -
XYZ 16.99 22.67 33.62 -
YUV 116.93 148.35 81.69 -
System Red Green Blue C M Y K H S L
Decimal 52 143 153 0.66 0.07 0 0.4 185.94 0.49 0.4
Hex 34 8F 99 42 7 0 28 BA 31 28
Octal 64 217 231 102 7 0 50 272 61 50
Binary 110100 10001111 10011001 1000010 111 0 101000 10111010 110001 101000

Color Harmonies of #348F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F99

Black with #348F99

Text Example


Text Example

White with #348F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348F99; }

 p { color: rgb(52,143,153); }

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

background-color css

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

 a { background-color: rgb(52,143,153); }

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

border-color css

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

 span { border-color: rgb(52,143,153); }

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