Html Css Color HEX #253163 Bay Of Many

📋 copy color: '#253163'

red 37 ◦ green 49 ◦ blue 99

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

Shades of Bay Of Many #253163

Tints of Bay Of Many #253163

RGB

 RED value IS 37 (14.84% from 255) = 20%

 GREEN value IS 49 (19.53% from 255) = 26.49%

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

R = 20%
G = 26.49%
B = 53.51%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#253163 (or 0x253163) is known color: Bay Of Many. HEX triplet: 25, 31 and 63. RGB value is (37,49,99). Sum of RGB (Red+Green+Blue) = 37+49+99=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #253163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253163 is #DACE9C. Grayscale: #323232. Windows color (decimal): -14339741 or 6500645. OLE color: 6500645.

HSL color Cylindrical-coordinate representation of color #253163: hue angle of 228.39º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253163 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 49 99 -
CMYK 0.63 0.51 0 0.61
HSL 228.39º 0.46% 0.27% -
HSV(B) 228.39º 0.63% 0.39% -
XYZ 4.11 3.49 12.26 -
YUV 51.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 37 49 99 0.63 0.51 0 0.61 228.39 0.46 0.27
Hex 25 31 63 3F 33 0 3D E4 2E 1B
Octal 45 61 143 77 63 0 75 344 56 33
Binary 100101 110001 1100011 111111 110011 0 111101 11100100 101110 11011

Color Harmonies of #253163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253163

Black with #253163

Text Example


Text Example

White with #253163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253163; }

 p { color: rgb(37,49,99); }

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

background-color css

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

 a { background-color: rgb(37,49,99); }

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

border-color css

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

 span { border-color: rgb(37,49,99); }

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