#3081CA

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

Shades of Curious Blue #3081CA

Tints of Curious Blue #3081CA

Color information

#3081CA (or 0x3081CA) is unknown color: approx Curious Blue. HEX triplet: 30, 81 and CA. RGB value is (48,129,202). Sum of RGB (Red+Green+Blue) = 48+129+202=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #3081CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3081CA is #CF7E35. Grayscale: #707070. Windows color (decimal): -13598262 or 13271344. OLE color: 13271344.

HSL color Cylindrical-coordinate representation of color #3081CA: hue angle of 208.44º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3081CA is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB48129202-
CMYK0.760.3600.21
HSL208.44º61.6%49.02%-
HSV(B)208.44º76.24%79.22%-
XYZ19.7320.5958.81-
YUV113.1178.1681.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.66%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=12.66%
G=34.04%
B=53.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal481292020.760.3600.21208.4461.649.02
Hex3081CA4C24015d03e31
Octal60201312114440253207661
Binary1100001000000111001010100110010010001010111010000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3081CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3081CA; }

 p { color: rgb(48,129,202); }

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

<style>
 a { background-color: #3081CA; }

 a { background-color: rgb(48,129,202); }

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

<style>
 span { border-color: #3081CA; }

 span { border-color: rgb(48,129,202); }

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