Html Css Color HEX #25318D Torea Bay

📋 copy color: '#25318D'

red 37 ◦ green 49 ◦ blue 141

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

Shades of Torea Bay #25318D

Tints of Torea Bay #25318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 141 (55.47% from 255) = 62.11%

R = 16.3%
G = 21.59%
B = 62.11%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25318D (or 0x25318D) is known color: Torea Bay. HEX triplet: 25, 31 and 8D. RGB value is (37,49,141). Sum of RGB (Red+Green+Blue) = 37+49+141=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #25318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25318D is #DACE72. Grayscale: #373737. Windows color (decimal): -14339699 or 9253157. OLE color: 9253157.

HSL color Cylindrical-coordinate representation of color #25318D: hue angle of 233.08º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25318D is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 49 141 -
CMYK 0.74 0.65 0 0.45
HSL 233.08º 0.58% 0.35% -
HSV(B) 233.08º 0.74% 0.55% -
XYZ 6.67 4.51 25.72 -
YUV 55.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 37 49 141 0.74 0.65 0 0.45 233.08 0.58 0.35
Hex 25 31 8D 4A 41 0 2D E9 3A 23
Octal 45 61 215 112 101 0 55 351 72 43
Binary 100101 110001 10001101 1001010 1000001 0 101101 11101001 111010 100011

Color Harmonies of #25318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25318D

Black with #25318D

Text Example


Text Example

White with #25318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25318D; }

 p { color: rgb(37,49,141); }

 H1.HeaderClassName
 {
   color: #25318D;
 }
 .AnyTagClassName
 {
   color: #25318D;
 }
</style>

background-color css

<style>
 a { background-color: #25318D; }

 a { background-color: rgb(37,49,141); }

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

border-color css

<style>
 span { border-color: #25318D; }

 span { border-color: rgb(37,49,141); }

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