#3A98C0

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

Shades of Curious Blue #3A98C0

Tints of Curious Blue #3A98C0

Color information

#3A98C0 (or 0x3A98C0) is unknown color: approx Curious Blue. HEX triplet: 3A, 98 and C0. RGB value is (58,152,192). Sum of RGB (Red+Green+Blue) = 58+152+192=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #3A98C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A98C0 is #C5673F. Grayscale: #808080. Windows color (decimal): -12937024 or 12621882. OLE color: 12621882.

HSL color Cylindrical-coordinate representation of color #3A98C0: hue angle of 197.91º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A98C0 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58152192-
CMYK0.700.2100.25
HSL197.91º53.6%49.02%-
HSV(B)197.91º69.79%75.29%-
XYZ22.4927.1653.93-
YUV128.45163.8677.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.43%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=14.43%
G=37.81%
B=47.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581521920.700.2100.25197.9153.649.02
Hex3A98C04615019c63631
Octal72230300106250313066661
Binary111010100110001100000010001101010101100111000110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A98C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,152,192); }

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

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

 a { background-color: rgb(58,152,192); }

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

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

 span { border-color: rgb(58,152,192); }

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