Html Css Color HEX #347EAC Curious Blue

📋 copy color: '#347EAC'

red 52 ◦ green 126 ◦ blue 172

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

Shades of Curious Blue #347EAC

Tints of Curious Blue #347EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 14.86%
G = 36%
B = 49.14%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#347EAC (or 0x347EAC) is known color: Curious Blue. HEX triplet: 34, 7E and AC. RGB value is (52,126,172). Sum of RGB (Red+Green+Blue) = 52+126+172=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #347EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347EAC is #CB8153. Grayscale: #6C6C6C. Windows color (decimal): -13336916 or 11304500. OLE color: 11304500.

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

Color convert

RGB 52 126 172 -
CMYK 0.70 0.27 0 0.33
HSL 203º 0.54% 0.44% -
HSV(B) 203º 0.7% 0.67% -
XYZ 16.32 18.63 41.77 -
YUV 109.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 52 126 172 0.70 0.27 0 0.33 203 0.54 0.44
Hex 34 7E AC 46 1B 0 21 CB 36 2C
Octal 64 176 254 106 33 0 41 313 66 54
Binary 110100 1111110 10101100 1000110 11011 0 100001 11001011 110110 101100

Color Harmonies of #347EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347EAC

Black with #347EAC

Text Example


Text Example

White with #347EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,126,172); }

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

background-color css

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

 a { background-color: rgb(52,126,172); }

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

border-color css

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

 span { border-color: rgb(52,126,172); }

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