Html Css Color HEX #253266 Bay Of Many

📋 copy color: '#253266'

red 37 ◦ green 50 ◦ blue 102

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

Shades of Bay Of Many #253266

Tints of Bay Of Many #253266

RGB

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

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

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

R = 19.58%
G = 26.46%
B = 53.97%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#253266 (or 0x253266) is known color: Bay Of Many. HEX triplet: 25, 32 and 66. RGB value is (37,50,102). Sum of RGB (Red+Green+Blue) = 37+50+102=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #253266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253266 is #DACD99. Grayscale: #333333. Windows color (decimal): -14339482 or 6697509. OLE color: 6697509.

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

Color convert

RGB 37 50 102 -
CMYK 0.64 0.51 0 0.6
HSL 228º 0.47% 0.27% -
HSV(B) 228º 0.64% 0.4% -
XYZ 4.3 3.63 13.05 -
YUV 52.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 37 50 102 0.64 0.51 0 0.6 228 0.47 0.27
Hex 25 32 66 40 33 0 3C E4 2F 1B
Octal 45 62 146 100 63 0 74 344 57 33
Binary 100101 110010 1100110 1000000 110011 0 111100 11100100 101111 11011

Color Harmonies of #253266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253266

Black with #253266

Text Example


Text Example

White with #253266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253266; }

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

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

background-color css

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

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

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

border-color css

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

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

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