Html Css Color HEX #347DB9 Curious Blue

📋 copy color: '#347DB9'

red 52 ◦ green 125 ◦ blue 185

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

Shades of Curious Blue #347DB9

Tints of Curious Blue #347DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.1%

R = 14.36%
G = 34.53%
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

#347DB9 (or 0x347DB9) is known color: Curious Blue. HEX triplet: 34, 7D and B9. RGB value is (52,125,185). Sum of RGB (Red+Green+Blue) = 52+125+185=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #347DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DB9 is #CB8246. Grayscale: #6D6D6D. Windows color (decimal): -13337159 or 12156212. OLE color: 12156212.

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

Color convert

RGB 52 125 185 -
CMYK 0.72 0.32 0 0.27
HSL 207.07º 0.56% 0.46% -
HSV(B) 207.07º 0.72% 0.73% -
XYZ 17.51 18.9 48.62 -
YUV 110.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 52 125 185 0.72 0.32 0 0.27 207.07 0.56 0.46
Hex 34 7D B9 48 20 0 1B CF 38 2E
Octal 64 175 271 110 40 0 33 317 70 56
Binary 110100 1111101 10111001 1001000 100000 0 11011 11001111 111000 101110

Color Harmonies of #347DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347DB9

Black with #347DB9

Text Example


Text Example

White with #347DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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