Html Css Color HEX #347FA8 Curious Blue

📋 copy color: '#347FA8'

red 52 ◦ green 127 ◦ blue 168

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

Shades of Curious Blue #347FA8

Tints of Curious Blue #347FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48.41%

R = 14.99%
G = 36.6%
B = 48.41%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#347FA8 (or 0x347FA8) is known color: Curious Blue. HEX triplet: 34, 7F and A8. RGB value is (52,127,168). Sum of RGB (Red+Green+Blue) = 52+127+168=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #347FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347FA8 is #CB8057. Grayscale: #6D6D6D. Windows color (decimal): -13336664 or 11042612. OLE color: 11042612.

HSL color Cylindrical-coordinate representation of color #347FA8: hue angle of 201.21º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #347FA8 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 52 127 168 -
CMYK 0.69 0.24 0 0.34
HSL 201.21º 0.53% 0.43% -
HSV(B) 201.21º 0.69% 0.66% -
XYZ 16.07 18.74 39.82 -
YUV 109.25 161.15 87.17 -
System Red Green Blue C M Y K H S L
Decimal 52 127 168 0.69 0.24 0 0.34 201.21 0.53 0.43
Hex 34 7F A8 45 18 0 22 C9 35 2B
Octal 64 177 250 105 30 0 42 311 65 53
Binary 110100 1111111 10101000 1000101 11000 0 100010 11001001 110101 101011

Color Harmonies of #347FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347FA8

Black with #347FA8

Text Example


Text Example

White with #347FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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