Html Css Color HEX #347EC3 Curious Blue

📋 copy color: '#347EC3'

red 52 ◦ green 126 ◦ blue 195

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

Shades of Curious Blue #347EC3

Tints of Curious Blue #347EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.28%

R = 13.94%
G = 33.78%
B = 52.28%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#347EC3 (or 0x347EC3) is known color: Curious Blue. HEX triplet: 34, 7E and C3. RGB value is (52,126,195). Sum of RGB (Red+Green+Blue) = 52+126+195=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #347EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347EC3 is #CB813C. Grayscale: #6F6F6F. Windows color (decimal): -13336893 or 12811828. OLE color: 12811828.

HSL color Cylindrical-coordinate representation of color #347EC3: hue angle of 208.95º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #347EC3 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 126 195 -
CMYK 0.73 0.35 0 0.24
HSL 208.95º 0.58% 0.48% -
HSV(B) 208.95º 0.73% 0.76% -
XYZ 18.73 19.59 54.42 -
YUV 111.74 174.98 85.39 -
System Red Green Blue C M Y K H S L
Decimal 52 126 195 0.73 0.35 0 0.24 208.95 0.58 0.48
Hex 34 7E C3 49 23 0 18 D1 3A 30
Octal 64 176 303 111 43 0 30 321 72 60
Binary 110100 1111110 11000011 1001001 100011 0 11000 11010001 111010 110000

Color Harmonies of #347EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347EC3

Black with #347EC3

Text Example


Text Example

White with #347EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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