Html Css Color HEX #3472BE Curious Blue

📋 copy color: '#3472BE'

red 52 ◦ green 114 ◦ blue 190

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

Shades of Curious Blue #3472BE

Tints of Curious Blue #3472BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 14.61%
G = 32.02%
B = 53.37%

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

#3472BE (or 0x3472BE) is known color: Curious Blue. HEX triplet: 34, 72 and BE. RGB value is (52,114,190). Sum of RGB (Red+Green+Blue) = 52+114+190=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #3472BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3472BE is #CB8D41. Grayscale: #676767. Windows color (decimal): -13339970 or 12481076. OLE color: 12481076.

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

Color convert

RGB 52 114 190 -
CMYK 0.73 0.40 0 0.25
HSL 213.04º 0.57% 0.47% -
HSV(B) 213.04º 0.73% 0.75% -
XYZ 16.73 16.48 51.01 -
YUV 104.13 176.46 90.82 -
System Red Green Blue C M Y K H S L
Decimal 52 114 190 0.73 0.40 0 0.25 213.04 0.57 0.47
Hex 34 72 BE 49 28 0 19 D5 39 2F
Octal 64 162 276 111 50 0 31 325 71 57
Binary 110100 1110010 10111110 1001001 101000 0 11001 11010101 111001 101111

Color Harmonies of #3472BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3472BE

Black with #3472BE

Text Example


Text Example

White with #3472BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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