#3077CD

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

Shades of Curious Blue #3077CD

Tints of Curious Blue #3077CD

Color information

#3077CD (or 0x3077CD) is unknown color: approx Curious Blue. HEX triplet: 30, 77 and CD. RGB value is (48,119,205). Sum of RGB (Red+Green+Blue) = 48+119+205=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #3077CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3077CD is #CF8832. Grayscale: #6B6B6B. Windows color (decimal): -13600819 or 13465392. OLE color: 13465392.

HSL color Cylindrical-coordinate representation of color #3077CD: hue angle of 212.87º 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 #3077CD is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB48119205-
CMYK0.770.4200.20
HSL212.87º62.06%49.61%-
HSV(B)212.87º76.59%80.39%-
XYZ18.8418.2360.28-
YUV107.58182.9885.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.90%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 205 (80.47% from 255) = 55.11%
R=12.90%
G=31.99%
B=55.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481192050.770.4200.20212.8762.0649.61
Hex3077CD4D2A014d53e32
Octal60167315115520243257662
Binary110000111011111001101100110110101001010011010101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3077CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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