Html Css Color HEX #252E84 Torea Bay

📋 copy color: '#252E84'

red 37 ◦ green 46 ◦ blue 132

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

Shades of Torea Bay #252E84

Tints of Torea Bay #252E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.4%

R = 17.21%
G = 21.4%
B = 61.4%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#252E84 (or 0x252E84) is known color: Torea Bay. HEX triplet: 25, 2E and 84. RGB value is (37,46,132). Sum of RGB (Red+Green+Blue) = 37+46+132=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #252E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E84 is #DAD17B. Grayscale: #343434. Windows color (decimal): -14340476 or 8662565. OLE color: 8662565.

HSL color Cylindrical-coordinate representation of color #252E84: hue angle of 234.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252E84 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 46 132 -
CMYK 0.72 0.65 0 0.48
HSL 234.32º 0.56% 0.33% -
HSV(B) 234.32º 0.72% 0.52% -
XYZ 5.9 4.01 22.29 -
YUV 53.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 37 46 132 0.72 0.65 0 0.48 234.32 0.56 0.33
Hex 25 2E 84 48 41 0 30 EA 38 21
Octal 45 56 204 110 101 0 60 352 70 41
Binary 100101 101110 10000100 1001000 1000001 0 110000 11101010 111000 100001

Color Harmonies of #252E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E84

Black with #252E84

Text Example


Text Example

White with #252E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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