Html Css Color HEX #347F9C Scooter

📋 copy color: '#347F9C'

red 52 ◦ green 127 ◦ blue 156

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

Shades of Scooter #347F9C

Tints of Scooter #347F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 15.52%
G = 37.91%
B = 46.57%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#347F9C (or 0x347F9C) is known color: Scooter. HEX triplet: 34, 7F and 9C. RGB value is (52,127,156). Sum of RGB (Red+Green+Blue) = 52+127+156=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #347F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F9C is #CB8063. Grayscale: #6B6B6B. Windows color (decimal): -13336676 or 10256180. OLE color: 10256180.

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

Color convert

RGB 52 127 156 -
CMYK 0.67 0.19 0 0.39
HSL 196.73º 0.5% 0.41% -
HSV(B) 196.73º 0.67% 0.61% -
XYZ 15.01 18.31 34.2 -
YUV 107.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 52 127 156 0.67 0.19 0 0.39 196.73 0.5 0.41
Hex 34 7F 9C 43 13 0 27 C5 32 29
Octal 64 177 234 103 23 0 47 305 62 51
Binary 110100 1111111 10011100 1000011 10011 0 100111 11000101 110010 101001

Color Harmonies of #347F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F9C

Black with #347F9C

Text Example


Text Example

White with #347F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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