#3079CD

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

Shades of Curious Blue #3079CD

Tints of Curious Blue #3079CD

Color information

#3079CD (or 0x3079CD) is unknown color: approx Curious Blue. HEX triplet: 30, 79 and CD. RGB value is (48,121,205). Sum of RGB (Red+Green+Blue) = 48+121+205=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #3079CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079CD is #CF8632. Grayscale: #6C6C6C. Windows color (decimal): -13600307 or 13465904. OLE color: 13465904.

HSL color Cylindrical-coordinate representation of color #3079CD: hue angle of 212.1º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3079CD is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB48121205-
CMYK0.770.4100.20
HSL212.1º62.06%49.61%-
HSV(B)212.1º76.59%80.39%-
XYZ19.0818.7160.36-
YUV108.75182.3284.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.83%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 205 (80.47% from 255) = 54.81%
R=12.83%
G=32.35%
B=54.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481212050.770.4100.20212.162.0649.61
Hex3079CD4D29014d43e32
Octal60171315115510243247662
Binary110000111100111001101100110110100101010011010100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3079CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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