#3D7CCA

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

Shades of Curious Blue #3D7CCA

Tints of Curious Blue #3D7CCA

Color information

#3D7CCA (or 0x3D7CCA) is unknown color: approx Curious Blue. HEX triplet: 3D, 7C and CA. RGB value is (61,124,202). Sum of RGB (Red+Green+Blue) = 61+124+202=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D7CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7CCA is #C28335. Grayscale: #717171. Windows color (decimal): -12747574 or 13270077. OLE color: 13270077.

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

Color convert

RGB61124202-
CMYK0.700.3900.21
HSL213.19º57.09%51.57%-
HSV(B)213.19º69.8%79.22%-
XYZ19.7919.6758.63-
YUV114.06177.6390.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.76%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=15.76%
G=32.04%
B=52.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal611242020.700.3900.21213.1957.0951.57
Hex3D7CCA4627015d53934
Octal75174312106470253257164
Binary111101111110011001010100011010011101010111010101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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