Html Css Color HEX #035A57 Mosque

📋 copy color: '#035A57'

red 3 ◦ green 90 ◦ blue 87

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

Shades of Mosque #035A57

Tints of Mosque #035A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50%

 BLUE value IS 87 (34.38% from 255) = 48.33%

R = 1.67%
G = 50%
B = 48.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#035A57 (or 0x035A57) is known color: Mosque. HEX triplet: 03, 5A and 57. RGB value is (3,90,87). Sum of RGB (Red+Green+Blue) = 3+90+87=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #035A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A57 is #FCA5A8. Grayscale: #3F3F3F. Windows color (decimal): -16557481 or 5724675. OLE color: 5724675.

HSL color Cylindrical-coordinate representation of color #035A57: hue angle of 177.93º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A57 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 90 87 -
CMYK 0.97 0 0.03 0.65
HSL 177.93º 0.94% 0.18% -
HSV(B) 177.93º 0.97% 0.35% -
XYZ 5.41 8.02 10.28 -
YUV 63.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 3 90 87 0.97 0 0.03 0.65 177.93 0.94 0.18
Hex 3 5A 57 61 0 3 41 B2 5E 12
Octal 3 132 127 141 0 3 101 262 136 22
Binary 11 1011010 1010111 1100001 0 11 1000001 10110010 1011110 10010

Color Harmonies of #035A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A57

Black with #035A57

Text Example


Text Example

White with #035A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035A57; }

 p { color: rgb(3,90,87); }

 H1.HeaderClassName
 {
   color: #035A57;
 }
 .AnyTagClassName
 {
   color: #035A57;
 }
</style>

background-color css

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

 a { background-color: rgb(3,90,87); }

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

border-color css

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

 span { border-color: rgb(3,90,87); }

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