#3079CA

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

Shades of Curious Blue #3079CA

Tints of Curious Blue #3079CA

Color information

#3079CA (or 0x3079CA) is unknown color: approx Curious Blue. HEX triplet: 30, 79 and CA. RGB value is (48,121,202). Sum of RGB (Red+Green+Blue) = 48+121+202=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #3079CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079CA is #CF8635. Grayscale: #6C6C6C. Windows color (decimal): -13600310 or 13269296. OLE color: 13269296.

HSL color Cylindrical-coordinate representation of color #3079CA: hue angle of 211.56º 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 #3079CA is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB48121202-
CMYK0.760.4000.21
HSL211.56º61.6%49.02%-
HSV(B)211.56º76.24%79.22%-
XYZ18.7218.5758.47-
YUV108.41180.8284.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.94%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=12.94%
G=32.61%
B=54.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal481212020.760.4000.21211.5661.649.02
Hex3079CA4C28015d43e31
Octal60171312114500253247661
Binary110000111100111001010100110010100001010111010100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3079CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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