Html Css Color HEX #03595F Mosque

📋 copy color: '#03595F'

red 3 ◦ green 89 ◦ blue 95

#03595F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #03595F

Tints of Mosque #03595F

RGB

 RED value IS 3 (1.56% from 255) = 1.6%

 GREEN value IS 89 (35.16% from 255) = 47.59%

 BLUE value IS 95 (37.5% from 255) = 50.8%

R = 1.6%
G = 47.59%
B = 50.8%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03595F (or 0x03595F) is known color: Mosque. HEX triplet: 03, 59 and 5F. RGB value is (3,89,95). Sum of RGB (Red+Green+Blue) = 3+89+95=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #03595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03595F is #FCA6A0. Grayscale: #3F3F3F. Windows color (decimal): -16557729 or 6248707. OLE color: 6248707.

HSL color Cylindrical-coordinate representation of color #03595F: hue angle of 183.91º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03595F is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 89 95 -
CMYK 0.97 0.06 0 0.63
HSL 183.91º 0.94% 0.19% -
HSV(B) 183.91º 0.97% 0.37% -
XYZ 5.68 7.99 12.07 -
YUV 63.97 145.51 84.51 -
System Red Green Blue C M Y K H S L
Decimal 3 89 95 0.97 0.06 0 0.63 183.91 0.94 0.19
Hex 3 59 5F 61 6 0 3F B8 5E 13
Octal 3 131 137 141 6 0 77 270 136 23
Binary 11 1011001 1011111 1100001 110 0 111111 10111000 1011110 10011

Color Harmonies of #03595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03595F

Black with #03595F

Text Example


Text Example

White with #03595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03595F; }

 p { color: rgb(3,89,95); }

 H1.HeaderClassName
 {
   color: #03595F;
 }
 .AnyTagClassName
 {
   color: #03595F;
 }
</style>

background-color css

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

 a { background-color: rgb(3,89,95); }

 div.DivClassName
 {
   background-color: #03595F;
 }
 .BgClassName
 {
   background-color: #03595F;
 }
</style>

border-color css

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

 span { border-color: rgb(3,89,95); }

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