#3D99CA

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

Shades of Curious Blue #3D99CA

Tints of Curious Blue #3D99CA

Color information

#3D99CA (or 0x3D99CA) is unknown color: approx Curious Blue. HEX triplet: 3D, 99 and CA. RGB value is (61,153,202). Sum of RGB (Red+Green+Blue) = 61+153+202=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D99CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D99CA is #C26635. Grayscale: #828282. Windows color (decimal): -12740150 or 13277501. OLE color: 13277501.

HSL color Cylindrical-coordinate representation of color #3D99CA: hue angle of 200.85º 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 #3D99CA is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB61153202-
CMYK0.700.2400.21
HSL200.85º57.09%51.57%-
HSV(B)200.85º69.8%79.22%-
XYZ23.9828.0460.03-
YUV131.08168.0278.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.66%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=14.66%
G=36.78%
B=48.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal611532020.700.2400.21200.8557.0951.57
Hex3D99CA4618015c93934
Octal75231312106300253117164
Binary111101100110011100101010001101100001010111001001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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