Html Css Color HEX #253186 Torea Bay

📋 copy color: '#253186'

red 37 ◦ green 49 ◦ blue 134

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

Shades of Torea Bay #253186

Tints of Torea Bay #253186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

 BLUE value IS 134 (52.73% from 255) = 60.91%

R = 16.82%
G = 22.27%
B = 60.91%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#253186 (or 0x253186) is known color: Torea Bay. HEX triplet: 25, 31 and 86. RGB value is (37,49,134). Sum of RGB (Red+Green+Blue) = 37+49+134=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #253186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253186 is #DACE79. Grayscale: #363636. Windows color (decimal): -14339706 or 8794405. OLE color: 8794405.

HSL color Cylindrical-coordinate representation of color #253186: hue angle of 232.58º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253186 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 49 134 -
CMYK 0.72 0.63 0 0.47
HSL 232.58º 0.57% 0.34% -
HSV(B) 232.58º 0.72% 0.53% -
XYZ 6.16 4.31 23.06 -
YUV 55.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 37 49 134 0.72 0.63 0 0.47 232.58 0.57 0.34
Hex 25 31 86 48 3F 0 2F E9 39 22
Octal 45 61 206 110 77 0 57 351 71 42
Binary 100101 110001 10000110 1001000 111111 0 101111 11101001 111001 100010

Color Harmonies of #253186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253186

Black with #253186

Text Example


Text Example

White with #253186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253186; }

 p { color: rgb(37,49,134); }

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

background-color css

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

 a { background-color: rgb(37,49,134); }

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

border-color css

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

 span { border-color: rgb(37,49,134); }

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