Html Css Color HEX #253263 Bay Of Many

📋 copy color: '#253263'

red 37 ◦ green 50 ◦ blue 99

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

Shades of Bay Of Many #253263

Tints of Bay Of Many #253263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

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

R = 19.89%
G = 26.88%
B = 53.23%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#253263 (or 0x253263) is known color: Bay Of Many. HEX triplet: 25, 32 and 63. RGB value is (37,50,99). Sum of RGB (Red+Green+Blue) = 37+50+99=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #253263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253263 is #DACD9C. Grayscale: #333333. Windows color (decimal): -14339485 or 6500901. OLE color: 6500901.

HSL color Cylindrical-coordinate representation of color #253263: hue angle of 227.42º 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 #253263 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 50 99 -
CMYK 0.63 0.49 0 0.61
HSL 227.42º 0.46% 0.27% -
HSV(B) 227.42º 0.63% 0.39% -
XYZ 4.16 3.58 12.28 -
YUV 51.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 37 50 99 0.63 0.49 0 0.61 227.42 0.46 0.27
Hex 25 32 63 3F 31 0 3D E3 2E 1B
Octal 45 62 143 77 61 0 75 343 56 33
Binary 100101 110010 1100011 111111 110001 0 111101 11100011 101110 11011

Color Harmonies of #253263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253263

Black with #253263

Text Example


Text Example

White with #253263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253263; }

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

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

background-color css

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

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

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

border-color css

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

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

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