Html Css Color HEX #253368 Bay Of Many

📋 copy color: '#253368'

red 37 ◦ green 51 ◦ blue 104

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

Shades of Bay Of Many #253368

Tints of Bay Of Many #253368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 19.27%
G = 26.56%
B = 54.17%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#253368 (or 0x253368) is known color: Bay Of Many. HEX triplet: 25, 33 and 68. RGB value is (37,51,104). Sum of RGB (Red+Green+Blue) = 37+51+104=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #253368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253368 is #DACC97. Grayscale: #343434. Windows color (decimal): -14339224 or 6828837. OLE color: 6828837.

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

Color convert

RGB 37 51 104 -
CMYK 0.64 0.51 0 0.59
HSL 227.46º 0.48% 0.28% -
HSV(B) 227.46º 0.64% 0.41% -
XYZ 4.45 3.76 13.59 -
YUV 52.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 37 51 104 0.64 0.51 0 0.59 227.46 0.48 0.28
Hex 25 33 68 40 33 0 3B E3 30 1C
Octal 45 63 150 100 63 0 73 343 60 34
Binary 100101 110011 1101000 1000000 110011 0 111011 11100011 110000 11100

Color Harmonies of #253368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253368

Black with #253368

Text Example


Text Example

White with #253368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253368; }

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

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

background-color css

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

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

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

border-color css

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

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

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