Html Css Color HEX #347FAE Curious Blue

📋 copy color: '#347FAE'

red 52 ◦ green 127 ◦ blue 174

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

Shades of Curious Blue #347FAE

Tints of Curious Blue #347FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 14.73%
G = 35.98%
B = 49.29%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#347FAE (or 0x347FAE) is known color: Curious Blue. HEX triplet: 34, 7F and AE. RGB value is (52,127,174). Sum of RGB (Red+Green+Blue) = 52+127+174=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #347FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347FAE is #CB8051. Grayscale: #6D6D6D. Windows color (decimal): -13336658 or 11435828. OLE color: 11435828.

HSL color Cylindrical-coordinate representation of color #347FAE: hue angle of 203.11º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #347FAE is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 127 174 -
CMYK 0.70 0.27 0 0.32
HSL 203.11º 0.54% 0.44% -
HSV(B) 203.11º 0.7% 0.68% -
XYZ 16.65 18.96 42.83 -
YUV 109.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 52 127 174 0.70 0.27 0 0.32 203.11 0.54 0.44
Hex 34 7F AE 46 1B 0 20 CB 36 2C
Octal 64 177 256 106 33 0 40 313 66 54
Binary 110100 1111111 10101110 1000110 11011 0 100000 11001011 110110 101100

Color Harmonies of #347FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347FAE

Black with #347FAE

Text Example


Text Example

White with #347FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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