#3077B4

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

Shades of Curious Blue #3077B4

Tints of Curious Blue #3077B4

Color information

#3077B4 (or 0x3077B4) is unknown color: approx Curious Blue. HEX triplet: 30, 77 and B4. RGB value is (48,119,180). Sum of RGB (Red+Green+Blue) = 48+119+180=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #3077B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3077B4 is #CF884B. Grayscale: #686868. Windows color (decimal): -13600844 or 11826992. OLE color: 11826992.

HSL color Cylindrical-coordinate representation of color #3077B4: hue angle of 207.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3077B4 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48119180-
CMYK0.730.3400.29
HSL207.73º57.89%44.71%-
HSV(B)207.73º73.33%70.59%-
XYZ16.0517.1245.64-
YUV104.72170.4887.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.83%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=13.83%
G=34.29%
B=51.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481191800.730.3400.29207.7357.8944.71
Hex3077B4492201Dd03a2d
Octal60167264111420353207255
Binary110000111011110110100100100110001001110111010000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3077B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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