Html Css Color HEX #347BAE Curious Blue

📋 copy color: '#347BAE'

red 52 ◦ green 123 ◦ blue 174

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

Shades of Curious Blue #347BAE

Tints of Curious Blue #347BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 14.9%
G = 35.24%
B = 49.86%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#347BAE (or 0x347BAE) is known color: Curious Blue. HEX triplet: 34, 7B and AE. RGB value is (52,123,174). Sum of RGB (Red+Green+Blue) = 52+123+174=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #347BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347BAE is #CB8451. Grayscale: #6B6B6B. Windows color (decimal): -13337682 or 11434804. OLE color: 11434804.

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

Color convert

RGB 52 123 174 -
CMYK 0.70 0.29 0 0.32
HSL 205.08º 0.54% 0.44% -
HSV(B) 205.08º 0.7% 0.68% -
XYZ 16.14 17.95 42.66 -
YUV 107.59 165.48 88.35 -
System Red Green Blue C M Y K H S L
Decimal 52 123 174 0.70 0.29 0 0.32 205.08 0.54 0.44
Hex 34 7B AE 46 1D 0 20 CD 36 2C
Octal 64 173 256 106 35 0 40 315 66 54
Binary 110100 1111011 10101110 1000110 11101 0 100000 11001101 110110 101100

Color Harmonies of #347BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BAE

Black with #347BAE

Text Example


Text Example

White with #347BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,123,174); }

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

background-color css

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

 a { background-color: rgb(52,123,174); }

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

border-color css

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

 span { border-color: rgb(52,123,174); }

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