Html Css Color HEX #253261 Bay Of Many

📋 copy color: '#253261'

red 37 ◦ green 50 ◦ blue 97

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

Shades of Bay Of Many #253261

Tints of Bay Of Many #253261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.72%

R = 20.11%
G = 27.17%
B = 52.72%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#253261 (or 0x253261) is known color: Bay Of Many. HEX triplet: 25, 32 and 61. RGB value is (37,50,97). Sum of RGB (Red+Green+Blue) = 37+50+97=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #253261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253261 is #DACD9E. Grayscale: #333333. Windows color (decimal): -14339487 or 6369829. OLE color: 6369829.

HSL color Cylindrical-coordinate representation of color #253261: hue angle of 227º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253261 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 50 97 -
CMYK 0.62 0.48 0 0.62
HSL 227º 0.45% 0.26% -
HSV(B) 227º 0.62% 0.38% -
XYZ 4.06 3.54 11.78 -
YUV 51.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 37 50 97 0.62 0.48 0 0.62 227 0.45 0.26
Hex 25 32 61 3E 30 0 3E E3 2D 1A
Octal 45 62 141 76 60 0 76 343 55 32
Binary 100101 110010 1100001 111110 110000 0 111110 11100011 101101 11010

Color Harmonies of #253261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253261

Black with #253261

Text Example


Text Example

White with #253261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253261; }

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

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

background-color css

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

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

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

border-color css

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

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

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