Html Css Color HEX #253366 Bay Of Many

📋 copy color: '#253366'

red 37 ◦ green 51 ◦ blue 102

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

Shades of Bay Of Many #253366

Tints of Bay Of Many #253366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.68%

R = 19.47%
G = 26.84%
B = 53.68%

CMYK

 C value IS 0.64

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#253366 (or 0x253366) is known color: Bay Of Many. HEX triplet: 25, 33 and 66. RGB value is (37,51,102). Sum of RGB (Red+Green+Blue) = 37+51+102=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #253366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253366 is #DACC99. Grayscale: #343434. Windows color (decimal): -14339226 or 6697765. OLE color: 6697765.

HSL color Cylindrical-coordinate representation of color #253366: hue angle of 227.08º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253366 is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 51 102 -
CMYK 0.64 0.5 0 0.6
HSL 227.08º 0.47% 0.27% -
HSV(B) 227.08º 0.64% 0.4% -
XYZ 4.35 3.72 13.06 -
YUV 52.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 37 51 102 0.64 0.5 0 0.6 227.08 0.47 0.27
Hex 25 33 66 40 32 0 3C E3 2F 1B
Octal 45 63 146 100 62 0 74 343 57 33
Binary 100101 110011 1100110 1000000 110010 0 111100 11100011 101111 11011

Color Harmonies of #253366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253366

Black with #253366

Text Example


Text Example

White with #253366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253366; }

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

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

background-color css

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

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

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

border-color css

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

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

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