#026354

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

Shades of Mosque #026354

Tints of Mosque #026354

Color information

#026354 (or 0x026354) is unknown color: approx Mosque. HEX triplet: 02, 63 and 54. RGB value is (2,99,84). Sum of RGB (Red+Green+Blue) = 2+99+84=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #026354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026354 is #FD9CAB. Grayscale: #444444. Windows color (decimal): -16620716 or 5530370. OLE color: 5530370.

HSL color Cylindrical-coordinate representation of color #026354: hue angle of 170.72º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026354 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB29984-
CMYK0.9800.150.61
HSL170.72º96.04%19.8%-
HSV(B)170.72º97.98%38.82%-
XYZ6.099.589.92-
YUV68.29136.8680.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=1.08%
G=53.51%
B=45.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299840.9800.150.61170.7296.0419.8
Hex26354620F3Dab6014
Octal21431241420177525314024
Binary101100011101010011000100111111110110101011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026354; }

 p { color: rgb(2,99,84); }

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

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

 a { background-color: rgb(2,99,84); }

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

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

 span { border-color: rgb(2,99,84); }

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