Html Css Color HEX #347AAD Curious Blue

📋 copy color: '#347AAD'

red 52 ◦ green 122 ◦ blue 173

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

Shades of Curious Blue #347AAD

Tints of Curious Blue #347AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 14.99%
G = 35.16%
B = 49.86%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#347AAD (or 0x347AAD) is known color: Curious Blue. HEX triplet: 34, 7A and AD. RGB value is (52,122,173). Sum of RGB (Red+Green+Blue) = 52+122+173=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #347AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AAD is #CB8552. Grayscale: #6A6A6A. Windows color (decimal): -13337939 or 11369012. OLE color: 11369012.

HSL color Cylindrical-coordinate representation of color #347AAD: hue angle of 205.29º 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 #347AAD is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 122 173 -
CMYK 0.70 0.29 0 0.32
HSL 205.29º 0.54% 0.44% -
HSV(B) 205.29º 0.7% 0.68% -
XYZ 15.92 17.67 42.11 -
YUV 106.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 52 122 173 0.70 0.29 0 0.32 205.29 0.54 0.44
Hex 34 7A AD 46 1D 0 20 CD 36 2C
Octal 64 172 255 106 35 0 40 315 66 54
Binary 110100 1111010 10101101 1000110 11101 0 100000 11001101 110110 101100

Color Harmonies of #347AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347AAD

Black with #347AAD

Text Example


Text Example

White with #347AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,122,173); }

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

background-color css

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

 a { background-color: rgb(52,122,173); }

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

border-color css

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

 span { border-color: rgb(52,122,173); }

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