Html Css Color HEX #3473BF Curious Blue

📋 copy color: '#3473BF'

red 52 ◦ green 115 ◦ blue 191

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

Shades of Curious Blue #3473BF

Tints of Curious Blue #3473BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 191 (75% from 255) = 53.35%

R = 14.53%
G = 32.12%
B = 53.35%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3473BF (or 0x3473BF) is known color: Curious Blue. HEX triplet: 34, 73 and BF. RGB value is (52,115,191). Sum of RGB (Red+Green+Blue) = 52+115+191=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #3473BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3473BF is #CB8C40. Grayscale: #686868. Windows color (decimal): -13339713 or 12546868. OLE color: 12546868.

HSL color Cylindrical-coordinate representation of color #3473BF: hue angle of 212.81º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3473BF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 115 191 -
CMYK 0.73 0.40 0 0.25
HSL 212.81º 0.57% 0.48% -
HSV(B) 212.81º 0.73% 0.75% -
XYZ 16.95 16.75 51.63 -
YUV 104.83 176.63 90.32 -
System Red Green Blue C M Y K H S L
Decimal 52 115 191 0.73 0.40 0 0.25 212.81 0.57 0.48
Hex 34 73 BF 49 28 0 19 D5 39 30
Octal 64 163 277 111 50 0 31 325 71 60
Binary 110100 1110011 10111111 1001001 101000 0 11001 11010101 111001 110000

Color Harmonies of #3473BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3473BF

Black with #3473BF

Text Example


Text Example

White with #3473BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3473BF; }

 p { color: rgb(52,115,191); }

 H1.HeaderClassName
 {
   color: #3473BF;
 }
 .AnyTagClassName
 {
   color: #3473BF;
 }
</style>

background-color css

<style>
 a { background-color: #3473BF; }

 a { background-color: rgb(52,115,191); }

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

border-color css

<style>
 span { border-color: #3473BF; }

 span { border-color: rgb(52,115,191); }

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