Html Css Color HEX #347F99 Scooter

📋 copy color: '#347F99'

red 52 ◦ green 127 ◦ blue 153

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

Shades of Scooter #347F99

Tints of Scooter #347F99

RGB

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

 GREEN value IS 127 (50% from 255) = 38.25%

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

R = 15.66%
G = 38.25%
B = 46.08%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#347F99 (or 0x347F99) is known color: Scooter. HEX triplet: 34, 7F and 99. RGB value is (52,127,153). Sum of RGB (Red+Green+Blue) = 52+127+153=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #347F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F99 is #CB8066. Grayscale: #6B6B6B. Windows color (decimal): -13336679 or 10059572. OLE color: 10059572.

HSL color Cylindrical-coordinate representation of color #347F99: hue angle of 195.45º 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 #347F99 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 127 153 -
CMYK 0.66 0.17 0 0.4
HSL 195.45º 0.49% 0.4% -
HSV(B) 195.45º 0.66% 0.6% -
XYZ 14.76 18.21 32.87 -
YUV 107.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 52 127 153 0.66 0.17 0 0.4 195.45 0.49 0.4
Hex 34 7F 99 42 11 0 28 C3 31 28
Octal 64 177 231 102 21 0 50 303 61 50
Binary 110100 1111111 10011001 1000010 10001 0 101000 11000011 110001 101000

Color Harmonies of #347F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F99

Black with #347F99

Text Example


Text Example

White with #347F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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