Html Css Color HEX #347EBA Curious Blue

📋 copy color: '#347EBA'

red 52 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #347EBA

Tints of Curious Blue #347EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 14.29%
G = 34.62%
B = 51.1%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#347EBA (or 0x347EBA) is known color: Curious Blue. HEX triplet: 34, 7E and BA. RGB value is (52,126,186). Sum of RGB (Red+Green+Blue) = 52+126+186=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #347EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347EBA is #CB8145. Grayscale: #6E6E6E. Windows color (decimal): -13336902 or 12222004. OLE color: 12222004.

HSL color Cylindrical-coordinate representation of color #347EBA: hue angle of 206.87º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #347EBA is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 126 186 -
CMYK 0.72 0.32 0 0.27
HSL 206.87º 0.56% 0.47% -
HSV(B) 206.87º 0.72% 0.73% -
XYZ 17.74 19.2 49.22 -
YUV 110.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 52 126 186 0.72 0.32 0 0.27 206.87 0.56 0.47
Hex 34 7E BA 48 20 0 1B CF 38 2F
Octal 64 176 272 110 40 0 33 317 70 57
Binary 110100 1111110 10111010 1001000 100000 0 11011 11001111 111000 101111

Color Harmonies of #347EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347EBA

Black with #347EBA

Text Example


Text Example

White with #347EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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