Html Css Color HEX #252E83 Torea Bay

📋 copy color: '#252E83'

red 37 ◦ green 46 ◦ blue 131

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

Shades of Torea Bay #252E83

Tints of Torea Bay #252E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 61.21%

R = 17.29%
G = 21.5%
B = 61.21%

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

#252E83 (or 0x252E83) is known color: Torea Bay. HEX triplet: 25, 2E and 83. RGB value is (37,46,131). Sum of RGB (Red+Green+Blue) = 37+46+131=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 131 (51.56% from 255 or 61.21% from 214); Max value from RGB is 131 - color contains mainly: blue. Hex color #252E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E83 is #DAD17C. Grayscale: #343434. Windows color (decimal): -14340477 or 8597029. OLE color: 8597029.

HSL color Cylindrical-coordinate representation of color #252E83: hue angle of 234.26º 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 #252E83 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 46 131 -
CMYK 0.72 0.65 0 0.49
HSL 234.26º 0.56% 0.33% -
HSV(B) 234.26º 0.72% 0.51% -
XYZ 5.84 3.99 21.93 -
YUV 53 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 37 46 131 0.72 0.65 0 0.49 234.26 0.56 0.33
Hex 25 2E 83 48 41 0 31 EA 38 21
Octal 45 56 203 110 101 0 61 352 70 41
Binary 100101 101110 10000011 1001000 1000001 0 110001 11101010 111000 100001

Color Harmonies of #252E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E83

Black with #252E83

Text Example


Text Example

White with #252E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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