Html Css Color HEX #347ECE Curious Blue

📋 copy color: '#347ECE'

red 52 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #347ECE

Tints of Curious Blue #347ECE

RGB

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

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

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

R = 13.54%
G = 32.81%
B = 53.65%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#347ECE (or 0x347ECE) is known color: Curious Blue. HEX triplet: 34, 7E and CE. RGB value is (52,126,206). Sum of RGB (Red+Green+Blue) = 52+126+206=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #347ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347ECE is #CB8131. Grayscale: #707070. Windows color (decimal): -13336882 or 13532724. OLE color: 13532724.

HSL color Cylindrical-coordinate representation of color #347ECE: hue angle of 211.17º 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 #347ECE is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 126 206 -
CMYK 0.75 0.39 0 0.19
HSL 211.17º 0.61% 0.51% -
HSV(B) 211.17º 0.75% 0.81% -
XYZ 20.02 20.11 61.22 -
YUV 112.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 52 126 206 0.75 0.39 0 0.19 211.17 0.61 0.51
Hex 34 7E CE 4B 27 0 13 D3 3D 33
Octal 64 176 316 113 47 0 23 323 75 63
Binary 110100 1111110 11001110 1001011 100111 0 10011 11010011 111101 110011

Color Harmonies of #347ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347ECE

Black with #347ECE

Text Example


Text Example

White with #347ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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