Html Css Color HEX #347DAB Curious Blue

📋 copy color: '#347DAB'

red 52 ◦ green 125 ◦ blue 171

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

Shades of Curious Blue #347DAB

Tints of Curious Blue #347DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 14.94%
G = 35.92%
B = 49.14%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#347DAB (or 0x347DAB) is known color: Curious Blue. HEX triplet: 34, 7D and AB. RGB value is (52,125,171). Sum of RGB (Red+Green+Blue) = 52+125+171=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #347DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347DAB is #CB8254. Grayscale: #6C6C6C. Windows color (decimal): -13337173 or 11238708. OLE color: 11238708.

HSL color Cylindrical-coordinate representation of color #347DAB: hue angle of 203.19º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #347DAB is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 125 171 -
CMYK 0.70 0.27 0 0.33
HSL 203.19º 0.53% 0.44% -
HSV(B) 203.19º 0.7% 0.67% -
XYZ 16.1 18.34 41.22 -
YUV 108.42 163.32 87.76 -
System Red Green Blue C M Y K H S L
Decimal 52 125 171 0.70 0.27 0 0.33 203.19 0.53 0.44
Hex 34 7D AB 46 1B 0 21 CB 35 2C
Octal 64 175 253 106 33 0 41 313 65 54
Binary 110100 1111101 10101011 1000110 11011 0 100001 11001011 110101 101100

Color Harmonies of #347DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347DAB

Black with #347DAB

Text Example


Text Example

White with #347DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,125,171); }

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

background-color css

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

 a { background-color: rgb(52,125,171); }

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

border-color css

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

 span { border-color: rgb(52,125,171); }

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