Html Css Color HEX #347F9D Scooter

📋 copy color: '#347F9D'

red 52 ◦ green 127 ◦ blue 157

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

Shades of Scooter #347F9D

Tints of Scooter #347F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.73%

R = 15.48%
G = 37.8%
B = 46.73%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#347F9D (or 0x347F9D) is known color: Scooter. HEX triplet: 34, 7F and 9D. RGB value is (52,127,157). Sum of RGB (Red+Green+Blue) = 52+127+157=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #347F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F9D is #CB8062. Grayscale: #6B6B6B. Windows color (decimal): -13336675 or 10321716. OLE color: 10321716.

HSL color Cylindrical-coordinate representation of color #347F9D: hue angle of 197.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #347F9D is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 127 157 -
CMYK 0.67 0.19 0 0.38
HSL 197.14º 0.5% 0.41% -
HSV(B) 197.14º 0.67% 0.62% -
XYZ 15.09 18.34 34.64 -
YUV 108 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 52 127 157 0.67 0.19 0 0.38 197.14 0.5 0.41
Hex 34 7F 9D 43 13 0 26 C5 32 29
Octal 64 177 235 103 23 0 46 305 62 51
Binary 110100 1111111 10011101 1000011 10011 0 100110 11000101 110010 101001

Color Harmonies of #347F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F9D

Black with #347F9D

Text Example


Text Example

White with #347F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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