#3D98C0

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

Shades of Curious Blue #3D98C0

Tints of Curious Blue #3D98C0

Color information

#3D98C0 (or 0x3D98C0) is unknown color: approx Curious Blue. HEX triplet: 3D, 98 and C0. RGB value is (61,152,192). Sum of RGB (Red+Green+Blue) = 61+152+192=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #3D98C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D98C0 is #C2673F. Grayscale: #818181. Windows color (decimal): -12740416 or 12621885. OLE color: 12621885.

HSL color Cylindrical-coordinate representation of color #3D98C0: hue angle of 198.32º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D98C0 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB61152192-
CMYK0.680.2100.25
HSL198.32º51.78%49.61%-
HSV(B)198.32º68.23%75.29%-
XYZ22.6727.2553.94-
YUV129.35163.3579.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.06%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=15.06%
G=37.53%
B=47.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611521920.680.2100.25198.3251.7849.61
Hex3D98C04415019c63432
Octal75230300104250313066462
Binary111101100110001100000010001001010101100111000110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D98C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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