Html Css Color HEX #3472BF Curious Blue

📋 copy color: '#3472BF'

red 52 ◦ green 114 ◦ blue 191

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

Shades of Curious Blue #3472BF

Tints of Curious Blue #3472BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

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

R = 14.57%
G = 31.93%
B = 53.5%

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

#3472BF (or 0x3472BF) is known color: Curious Blue. HEX triplet: 34, 72 and BF. RGB value is (52,114,191). Sum of RGB (Red+Green+Blue) = 52+114+191=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #3472BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3472BF is #CB8D40. Grayscale: #676767. Windows color (decimal): -13339969 or 12546612. OLE color: 12546612.

HSL color Cylindrical-coordinate representation of color #3472BF: hue angle of 213.24º 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 #3472BF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 114 191 -
CMYK 0.73 0.40 0 0.25
HSL 213.24º 0.57% 0.48% -
HSV(B) 213.24º 0.73% 0.75% -
XYZ 16.84 16.53 51.59 -
YUV 104.24 176.96 90.74 -
System Red Green Blue C M Y K H S L
Decimal 52 114 191 0.73 0.40 0 0.25 213.24 0.57 0.48
Hex 34 72 BF 49 28 0 19 D5 39 30
Octal 64 162 277 111 50 0 31 325 71 60
Binary 110100 1110010 10111111 1001001 101000 0 11001 11010101 111001 110000

Color Harmonies of #3472BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3472BF

Black with #3472BF

Text Example


Text Example

White with #3472BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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