Html Css Color HEX #253265 Bay Of Many

📋 copy color: '#253265'

red 37 ◦ green 50 ◦ blue 101

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

Shades of Bay Of Many #253265

Tints of Bay Of Many #253265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 53.72%

R = 19.68%
G = 26.6%
B = 53.72%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#253265 (or 0x253265) is known color: Bay Of Many. HEX triplet: 25, 32 and 65. RGB value is (37,50,101). Sum of RGB (Red+Green+Blue) = 37+50+101=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #253265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253265 is #DACD9A. Grayscale: #333333. Windows color (decimal): -14339483 or 6631973. OLE color: 6631973.

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

Color convert

RGB 37 50 101 -
CMYK 0.63 0.50 0 0.60
HSL 227.81º 0.46% 0.27% -
HSV(B) 227.81º 0.63% 0.4% -
XYZ 4.25 3.61 12.79 -
YUV 51.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 37 50 101 0.63 0.50 0 0.60 227.81 0.46 0.27
Hex 25 32 65 3F 32 0 3C E4 2E 1B
Octal 45 62 145 77 62 0 74 344 56 33
Binary 100101 110010 1100101 111111 110010 0 111100 11100100 101110 11011

Color Harmonies of #253265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253265

Black with #253265

Text Example


Text Example

White with #253265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253265; }

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

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

background-color css

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

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

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

border-color css

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

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

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