Html Css Color HEX #253088 Torea Bay

📋 copy color: '#253088'

red 37 ◦ green 48 ◦ blue 136

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

Shades of Torea Bay #253088

Tints of Torea Bay #253088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.54%

R = 16.74%
G = 21.72%
B = 61.54%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#253088 (or 0x253088) is known color: Torea Bay. HEX triplet: 25, 30 and 88. RGB value is (37,48,136). Sum of RGB (Red+Green+Blue) = 37+48+136=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #253088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253088 is #DACF77. Grayscale: #363636. Windows color (decimal): -14339960 or 8925221. OLE color: 8925221.

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

Color convert

RGB 37 48 136 -
CMYK 0.73 0.65 0 0.47
HSL 233.33º 0.57% 0.34% -
HSV(B) 233.33º 0.73% 0.53% -
XYZ 6.26 4.28 23.79 -
YUV 54.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 37 48 136 0.73 0.65 0 0.47 233.33 0.57 0.34
Hex 25 30 88 49 41 0 2F E9 39 22
Octal 45 60 210 111 101 0 57 351 71 42
Binary 100101 110000 10001000 1001001 1000001 0 101111 11101001 111001 100010

Color Harmonies of #253088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253088

Black with #253088

Text Example


Text Example

White with #253088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253088; }

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

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

background-color css

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

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

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

border-color css

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

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

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