Html Css Color HEX #347AD1 Curious Blue

📋 copy color: '#347AD1'

red 52 ◦ green 122 ◦ blue 209

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

Shades of Curious Blue #347AD1

Tints of Curious Blue #347AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

 BLUE value IS 209 (82.03% from 255) = 54.57%

R = 13.58%
G = 31.85%
B = 54.57%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#347AD1 (or 0x347AD1) is known color: Curious Blue. HEX triplet: 34, 7A and D1. RGB value is (52,122,209). Sum of RGB (Red+Green+Blue) = 52+122+209=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #347AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347AD1 is #CB852E. Grayscale: #6E6E6E. Windows color (decimal): -13337903 or 13728308. OLE color: 13728308.

HSL color Cylindrical-coordinate representation of color #347AD1: hue angle of 213.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #347AD1 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 122 209 -
CMYK 0.75 0.42 0 0.18
HSL 213.25º 0.63% 0.51% -
HSV(B) 213.25º 0.75% 0.82% -
XYZ 19.88 19.25 62.99 -
YUV 110.99 183.31 85.93 -
System Red Green Blue C M Y K H S L
Decimal 52 122 209 0.75 0.42 0 0.18 213.25 0.63 0.51
Hex 34 7A D1 4B 2A 0 12 D5 3F 33
Octal 64 172 321 113 52 0 22 325 77 63
Binary 110100 1111010 11010001 1001011 101010 0 10010 11010101 111111 110011

Color Harmonies of #347AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347AD1

Black with #347AD1

Text Example


Text Example

White with #347AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,122,209); }

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

background-color css

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

 a { background-color: rgb(52,122,209); }

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

border-color css

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

 span { border-color: rgb(52,122,209); }

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