Html Css Color HEX #253769 Bay Of Many

📋 copy color: '#253769'

red 37 ◦ green 55 ◦ blue 105

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

Shades of Bay Of Many #253769

Tints of Bay Of Many #253769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

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

R = 18.78%
G = 27.92%
B = 53.3%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#253769 (or 0x253769) is known color: Bay Of Many. HEX triplet: 25, 37 and 69. RGB value is (37,55,105). Sum of RGB (Red+Green+Blue) = 37+55+105=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #253769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253769 is #DAC896. Grayscale: #373737. Windows color (decimal): -14338199 or 6895397. OLE color: 6895397.

HSL color Cylindrical-coordinate representation of color #253769: hue angle of 224.12º 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 #253769 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 55 105 -
CMYK 0.65 0.48 0 0.59
HSL 224.12º 0.48% 0.28% -
HSV(B) 224.12º 0.65% 0.41% -
XYZ 4.68 4.15 13.92 -
YUV 55.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 37 55 105 0.65 0.48 0 0.59 224.12 0.48 0.28
Hex 25 37 69 41 30 0 3B E0 30 1C
Octal 45 67 151 101 60 0 73 340 60 34
Binary 100101 110111 1101001 1000001 110000 0 111011 11100000 110000 11100

Color Harmonies of #253769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253769

Black with #253769

Text Example


Text Example

White with #253769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253769; }

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

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

background-color css

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

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

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

border-color css

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

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

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