Html Css Color HEX #252E82 Torea Bay

📋 copy color: '#252E82'

red 37 ◦ green 46 ◦ blue 130

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

Shades of Torea Bay #252E82

Tints of Torea Bay #252E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.03%

R = 17.37%
G = 21.6%
B = 61.03%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#252E82 (or 0x252E82) is known color: Torea Bay. HEX triplet: 25, 2E and 82. RGB value is (37,46,130). Sum of RGB (Red+Green+Blue) = 37+46+130=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #252E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E82 is #DAD17D. Grayscale: #343434. Windows color (decimal): -14340478 or 8531493. OLE color: 8531493.

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

Color convert

RGB 37 46 130 -
CMYK 0.72 0.65 0 0.49
HSL 234.19º 0.56% 0.33% -
HSV(B) 234.19º 0.72% 0.51% -
XYZ 5.77 3.96 21.58 -
YUV 52.89 171.52 116.67 -
System Red Green Blue C M Y K H S L
Decimal 37 46 130 0.72 0.65 0 0.49 234.19 0.56 0.33
Hex 25 2E 82 48 41 0 31 EA 38 21
Octal 45 56 202 110 101 0 61 352 70 41
Binary 100101 101110 10000010 1001000 1000001 0 110001 11101010 111000 100001

Color Harmonies of #252E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E82

Black with #252E82

Text Example


Text Example

White with #252E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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