Html Css Color HEX #253268 Bay Of Many

📋 copy color: '#253268'

red 37 ◦ green 50 ◦ blue 104

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

Shades of Bay Of Many #253268

Tints of Bay Of Many #253268

RGB

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

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

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

R = 19.37%
G = 26.18%
B = 54.45%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#253268 (or 0x253268) is known color: Bay Of Many. HEX triplet: 25, 32 and 68. RGB value is (37,50,104). Sum of RGB (Red+Green+Blue) = 37+50+104=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #253268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253268 is #DACD97. Grayscale: #343434. Windows color (decimal): -14339480 or 6828581. OLE color: 6828581.

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

Color convert

RGB 37 50 104 -
CMYK 0.64 0.52 0 0.59
HSL 228.36º 0.48% 0.28% -
HSV(B) 228.36º 0.64% 0.41% -
XYZ 4.4 3.67 13.57 -
YUV 52.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 37 50 104 0.64 0.52 0 0.59 228.36 0.48 0.28
Hex 25 32 68 40 34 0 3B E4 30 1C
Octal 45 62 150 100 64 0 73 344 60 34
Binary 100101 110010 1101000 1000000 110100 0 111011 11100100 110000 11100

Color Harmonies of #253268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253268

Black with #253268

Text Example


Text Example

White with #253268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253268; }

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

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

background-color css

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

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

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

border-color css

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

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

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