Html Css Color HEX #41536C East Bay

📋 copy color: '#41536C'

red 65 ◦ green 83 ◦ blue 108

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

Shades of East Bay #41536C

Tints of East Bay #41536C

RGB

 RED value IS 65 (25.78% from 255) = 25.39%

 GREEN value IS 83 (32.81% from 255) = 32.42%

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 25.39%
G = 32.42%
B = 42.19%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41536C (or 0x41536C) is known color: East Bay. HEX triplet: 41, 53 and 6C. RGB value is (65,83,108). Sum of RGB (Red+Green+Blue) = 65+83+108=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #41536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41536C is #BEAC93. Grayscale: #505050. Windows color (decimal): -12496020 or 7099201. OLE color: 7099201.

HSL color Cylindrical-coordinate representation of color #41536C: hue angle of 214.88º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41536C is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 83 108 -
CMYK 0.40 0.23 0 0.58
HSL 214.88º 0.25% 0.34% -
HSV(B) 214.88º 0.4% 0.42% -
XYZ 7.98 8.39 15.39 -
YUV 80.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 65 83 108 0.40 0.23 0 0.58 214.88 0.25 0.34
Hex 41 53 6C 28 17 0 3A D7 19 22
Octal 101 123 154 50 27 0 72 327 31 42
Binary 1000001 1010011 1101100 101000 10111 0 111010 11010111 11001 100010

Color Harmonies of #41536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41536C

Black with #41536C

Text Example


Text Example

White with #41536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41536C; }

 p { color: rgb(65,83,108); }

 H1.HeaderClassName
 {
   color: #41536C;
 }
 .AnyTagClassName
 {
   color: #41536C;
 }
</style>

background-color css

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

 a { background-color: rgb(65,83,108); }

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

border-color css

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

 span { border-color: rgb(65,83,108); }

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