Html Css Color HEX #347ACE Curious Blue

📋 copy color: '#347ACE'

red 52 ◦ green 122 ◦ blue 206

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

Shades of Curious Blue #347ACE

Tints of Curious Blue #347ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 13.68%
G = 32.11%
B = 54.21%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#347ACE (or 0x347ACE) is known color: Curious Blue. HEX triplet: 34, 7A and CE. RGB value is (52,122,206). Sum of RGB (Red+Green+Blue) = 52+122+206=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #347ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ACE is #CB8531. Grayscale: #6E6E6E. Windows color (decimal): -13337906 or 13531700. OLE color: 13531700.

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

Color convert

RGB 52 122 206 -
CMYK 0.75 0.41 0 0.19
HSL 212.73º 0.61% 0.51% -
HSV(B) 212.73º 0.75% 0.81% -
XYZ 19.52 19.11 61.05 -
YUV 110.65 181.81 86.17 -
System Red Green Blue C M Y K H S L
Decimal 52 122 206 0.75 0.41 0 0.19 212.73 0.61 0.51
Hex 34 7A CE 4B 29 0 13 D5 3D 33
Octal 64 172 316 113 51 0 23 325 75 63
Binary 110100 1111010 11001110 1001011 101001 0 10011 11010101 111101 110011

Color Harmonies of #347ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347ACE

Black with #347ACE

Text Example


Text Example

White with #347ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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