Html Css Color HEX #252E87 Torea Bay

📋 copy color: '#252E87'

red 37 ◦ green 46 ◦ blue 135

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

Shades of Torea Bay #252E87

Tints of Torea Bay #252E87

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.1%

 BLUE value IS 135 (53.13% from 255) = 61.93%

R = 16.97%
G = 21.1%
B = 61.93%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#252E87 (or 0x252E87) is known color: Torea Bay. HEX triplet: 25, 2E and 87. RGB value is (37,46,135). Sum of RGB (Red+Green+Blue) = 37+46+135=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #252E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E87 is #DAD178. Grayscale: #353535. Windows color (decimal): -14340473 or 8859173. OLE color: 8859173.

HSL color Cylindrical-coordinate representation of color #252E87: hue angle of 234.49º 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 #252E87 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 46 135 -
CMYK 0.73 0.66 0 0.47
HSL 234.49º 0.57% 0.34% -
HSV(B) 234.49º 0.73% 0.53% -
XYZ 6.11 4.1 23.39 -
YUV 53.46 174.02 116.26 -
System Red Green Blue C M Y K H S L
Decimal 37 46 135 0.73 0.66 0 0.47 234.49 0.57 0.34
Hex 25 2E 87 49 42 0 2F EA 39 22
Octal 45 56 207 111 102 0 57 352 71 42
Binary 100101 101110 10000111 1001001 1000010 0 101111 11101010 111001 100010

Color Harmonies of #252E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E87

Black with #252E87

Text Example


Text Example

White with #252E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252E87; }

 p { color: rgb(37,46,135); }

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

background-color css

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

 a { background-color: rgb(37,46,135); }

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

border-color css

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

 span { border-color: rgb(37,46,135); }

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