Html Css Color HEX #252E85 Torea Bay

📋 copy color: '#252E85'

red 37 ◦ green 46 ◦ blue 133

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

Shades of Torea Bay #252E85

Tints of Torea Bay #252E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.57%

R = 17.13%
G = 21.3%
B = 61.57%

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

#252E85 (or 0x252E85) is known color: Torea Bay. HEX triplet: 25, 2E and 85. RGB value is (37,46,133). Sum of RGB (Red+Green+Blue) = 37+46+133=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #252E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252E85 is #DAD17A. Grayscale: #343434. Windows color (decimal): -14340475 or 8728101. OLE color: 8728101.

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

Color convert

RGB 37 46 133 -
CMYK 0.72 0.65 0 0.48
HSL 234.38º 0.56% 0.33% -
HSV(B) 234.38º 0.72% 0.52% -
XYZ 5.97 4.04 22.66 -
YUV 53.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 37 46 133 0.72 0.65 0 0.48 234.38 0.56 0.33
Hex 25 2E 85 48 41 0 30 EA 38 21
Octal 45 56 205 110 101 0 60 352 70 41
Binary 100101 101110 10000101 1001000 1000001 0 110000 11101010 111000 100001

Color Harmonies of #252E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E85

Black with #252E85

Text Example


Text Example

White with #252E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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