Html Css Color HEX #3B3E63 Bay Of Many

📋 copy color: '#3B3E63'

red 59 ◦ green 62 ◦ blue 99

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

Shades of Bay Of Many #3B3E63

Tints of Bay Of Many #3B3E63

RGB

 RED value IS 59 (23.44% from 255) = 26.82%

 GREEN value IS 62 (24.61% from 255) = 28.18%

 BLUE value IS 99 (39.06% from 255) = 45%

R = 26.82%
G = 28.18%
B = 45%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3B3E63 (or 0x3B3E63) is known color: Bay Of Many. HEX triplet: 3B, 3E and 63. RGB value is (59,62,99). Sum of RGB (Red+Green+Blue) = 59+62+99=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B3E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3E63 is #C4C19C. Grayscale: #414141. Windows color (decimal): -12894621 or 6503995. OLE color: 6503995.

HSL color Cylindrical-coordinate representation of color #3B3E63: hue angle of 235.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B3E63 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 62 99 -
CMYK 0.40 0.37 0 0.61
HSL 235.5º 0.25% 0.31% -
HSV(B) 235.5º 0.4% 0.39% -
XYZ 5.78 5.28 12.52 -
YUV 65.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 59 62 99 0.40 0.37 0 0.61 235.5 0.25 0.31
Hex 3B 3E 63 28 25 0 3D EC 19 1F
Octal 73 76 143 50 45 0 75 354 31 37
Binary 111011 111110 1100011 101000 100101 0 111101 11101100 11001 11111

Color Harmonies of #3B3E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3E63

Black with #3B3E63

Text Example


Text Example

White with #3B3E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3E63; }

 p { color: rgb(59,62,99); }

 H1.HeaderClassName
 {
   color: #3B3E63;
 }
 .AnyTagClassName
 {
   color: #3B3E63;
 }
</style>

background-color css

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

 a { background-color: rgb(59,62,99); }

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

border-color css

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

 span { border-color: rgb(59,62,99); }

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