#3A72BE

Color #3A72BE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3A72BE

Tints of Curious Blue #3A72BE

Color information

#3A72BE (or 0x3A72BE) is unknown color: approx Curious Blue. HEX triplet: 3A, 72 and BE. RGB value is (58,114,190). Sum of RGB (Red+Green+Blue) = 58+114+190=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A72BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A72BE is #C58D41. Grayscale: #696969. Windows color (decimal): -12946754 or 12481082. OLE color: 12481082.

HSL color Cylindrical-coordinate representation of color #3A72BE: hue angle of 214.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A72BE is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58114190-
CMYK0.690.4000.25
HSL214.55º53.23%48.63%-
HSV(B)214.55º69.47%74.51%-
XYZ17.0616.6551.03-
YUV105.92175.4593.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.02%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=16.02%
G=31.49%
B=52.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581141900.690.4000.25214.5553.2348.63
Hex3A72BE4528019d73531
Octal72162276105500313276561
Binary111010111001010111110100010110100001100111010111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A72BE; }

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

 H1.HeaderClassName
 {
   color: #3A72BE;
 }
 .AnyTagClassName
 {
   color: #3A72BE;
 }
</style>
background-color css

<style>
 a { background-color: #3A72BE; }

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

 div.DivClassName
 {
   background-color: #3A72BE;
 }
 .BgClassName
 {
   background-color: #3A72BE;
 }
</style>
border-color css

<style>
 span { border-color: #3A72BE; }

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

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