Html Css Color HEX #03584B Mosque

📋 copy color: '#03584B'

red 3 ◦ green 88 ◦ blue 75

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

Shades of Mosque #03584B

Tints of Mosque #03584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.01%

 BLUE value IS 75 (29.69% from 255) = 45.18%

R = 1.81%
G = 53.01%
B = 45.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#03584B (or 0x03584B) is known color: Mosque. HEX triplet: 03, 58 and 4B. RGB value is (3,88,75). Sum of RGB (Red+Green+Blue) = 3+88+75=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #03584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03584B is #FCA7B4. Grayscale: #3D3D3D. Windows color (decimal): -16558005 or 4937731. OLE color: 4937731.

HSL color Cylindrical-coordinate representation of color #03584B: hue angle of 170.82º degrees, saturation: 0.93, 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 #03584B is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 88 75 -
CMYK 0.97 0 0.15 0.65
HSL 170.82º 0.93% 0.18% -
HSV(B) 170.82º 0.97% 0.35% -
XYZ 4.8 7.51 7.85 -
YUV 61.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 3 88 75 0.97 0 0.15 0.65 170.82 0.93 0.18
Hex 3 58 4B 61 0 F 41 AB 5D 12
Octal 3 130 113 141 0 17 101 253 135 22
Binary 11 1011000 1001011 1100001 0 1111 1000001 10101011 1011101 10010

Color Harmonies of #03584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03584B

Black with #03584B

Text Example


Text Example

White with #03584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03584B; }

 p { color: rgb(3,88,75); }

 H1.HeaderClassName
 {
   color: #03584B;
 }
 .AnyTagClassName
 {
   color: #03584B;
 }
</style>

background-color css

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

 a { background-color: rgb(3,88,75); }

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

border-color css

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

 span { border-color: rgb(3,88,75); }

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