Html Css Color HEX #253369 Bay Of Many

📋 copy color: '#253369'

red 37 ◦ green 51 ◦ blue 105

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

Shades of Bay Of Many #253369

Tints of Bay Of Many #253369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

 BLUE value IS 105 (41.41% from 255) = 54.4%

R = 19.17%
G = 26.42%
B = 54.4%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#253369 (or 0x253369) is known color: Bay Of Many. HEX triplet: 25, 33 and 69. RGB value is (37,51,105). Sum of RGB (Red+Green+Blue) = 37+51+105=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #253369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253369 is #DACC96. Grayscale: #343434. Windows color (decimal): -14339223 or 6894373. OLE color: 6894373.

HSL color Cylindrical-coordinate representation of color #253369: hue angle of 227.65º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #253369 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 51 105 -
CMYK 0.65 0.51 0 0.59
HSL 227.65º 0.48% 0.28% -
HSV(B) 227.65º 0.65% 0.41% -
XYZ 4.5 3.78 13.86 -
YUV 52.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 37 51 105 0.65 0.51 0 0.59 227.65 0.48 0.28
Hex 25 33 69 41 33 0 3B E4 30 1C
Octal 45 63 151 101 63 0 73 344 60 34
Binary 100101 110011 1101001 1000001 110011 0 111011 11100100 110000 11100

Color Harmonies of #253369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253369

Black with #253369

Text Example


Text Example

White with #253369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253369; }

 p { color: rgb(37,51,105); }

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

background-color css

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

 a { background-color: rgb(37,51,105); }

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

border-color css

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

 span { border-color: rgb(37,51,105); }

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