#026284

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

Shades of Blue Lagoon #026284

Tints of Blue Lagoon #026284

Color information

#026284 (or 0x026284) is unknown color: approx Blue Lagoon. HEX triplet: 02, 62 and 84. RGB value is (2,98,132). Sum of RGB (Red+Green+Blue) = 2+98+132=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #026284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026284 is #FD9D7B. Grayscale: #484848. Windows color (decimal): -16620924 or 8675842. OLE color: 8675842.

HSL color Cylindrical-coordinate representation of color #026284: hue angle of 195.69º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026284 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB298132-
CMYK0.980.2600.48
HSL195.69º97.01%26.27%-
HSV(B)195.69º98.48%51.76%-
XYZ8.5610.4123.39-
YUV73.17161.277.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=0.86%
G=42.24%
B=56.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2981320.980.2600.48195.6997.0126.27
Hex26284621A030c4611a
Octal21422041423206030414132
Binary10110001010000100110001011010011000011000100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026284; }

 p { color: rgb(2,98,132); }

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

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

 a { background-color: rgb(2,98,132); }

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

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

 span { border-color: rgb(2,98,132); }

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