#3D98CA

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

Shades of Curious Blue #3D98CA

Tints of Curious Blue #3D98CA

Color information

#3D98CA (or 0x3D98CA) is unknown color: approx Curious Blue. HEX triplet: 3D, 98 and CA. RGB value is (61,152,202). Sum of RGB (Red+Green+Blue) = 61+152+202=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D98CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D98CA is #C26735. Grayscale: #828282. Windows color (decimal): -12740406 or 13277245. OLE color: 13277245.

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

Color convert

RGB61152202-
CMYK0.700.2500.21
HSL201.28º57.09%51.57%-
HSV(B)201.28º69.8%79.22%-
XYZ23.8127.7159.97-
YUV130.49168.3578.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.70%
GREEN value IS 152 (59.77% from 255) = 36.63%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=14.70%
G=36.63%
B=48.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal611522020.700.2500.21201.2857.0951.57
Hex3D98CA4619015c93934
Octal75230312106310253117164
Binary111101100110001100101010001101100101010111001001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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