Html Css Color HEX #253089 Torea Bay

📋 copy color: '#253089'

red 37 ◦ green 48 ◦ blue 137

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

Shades of Torea Bay #253089

Tints of Torea Bay #253089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

 BLUE value IS 137 (53.91% from 255) = 61.71%

R = 16.67%
G = 21.62%
B = 61.71%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#253089 (or 0x253089) is known color: Torea Bay. HEX triplet: 25, 30 and 89. RGB value is (37,48,137). Sum of RGB (Red+Green+Blue) = 37+48+137=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #253089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253089 is #DACF76. Grayscale: #363636. Windows color (decimal): -14339959 or 8990757. OLE color: 8990757.

HSL color Cylindrical-coordinate representation of color #253089: hue angle of 233.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253089 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 48 137 -
CMYK 0.73 0.65 0 0.46
HSL 233.4º 0.57% 0.34% -
HSV(B) 233.4º 0.73% 0.54% -
XYZ 6.34 4.31 24.17 -
YUV 54.86 174.36 115.26 -
System Red Green Blue C M Y K H S L
Decimal 37 48 137 0.73 0.65 0 0.46 233.4 0.57 0.34
Hex 25 30 89 49 41 0 2E E9 39 22
Octal 45 60 211 111 101 0 56 351 71 42
Binary 100101 110000 10001001 1001001 1000001 0 101110 11101001 111001 100010

Color Harmonies of #253089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253089

Black with #253089

Text Example


Text Example

White with #253089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253089; }

 p { color: rgb(37,48,137); }

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

background-color css

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

 a { background-color: rgb(37,48,137); }

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

border-color css

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

 span { border-color: rgb(37,48,137); }

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