Html Css Color HEX #25318A Torea Bay

📋 copy color: '#25318A'

red 37 ◦ green 49 ◦ blue 138

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

Shades of Torea Bay #25318A

Tints of Torea Bay #25318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.61%

R = 16.52%
G = 21.88%
B = 61.61%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25318A (or 0x25318A) is known color: Torea Bay. HEX triplet: 25, 31 and 8A. RGB value is (37,49,138). Sum of RGB (Red+Green+Blue) = 37+49+138=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #25318A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25318A is #DACE75. Grayscale: #373737. Windows color (decimal): -14339702 or 9056549. OLE color: 9056549.

HSL color Cylindrical-coordinate representation of color #25318A: hue angle of 232.87º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25318A is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 49 138 -
CMYK 0.73 0.64 0 0.46
HSL 232.87º 0.58% 0.34% -
HSV(B) 232.87º 0.73% 0.54% -
XYZ 6.45 4.42 24.56 -
YUV 55.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 37 49 138 0.73 0.64 0 0.46 232.87 0.58 0.34
Hex 25 31 8A 49 40 0 2E E9 3A 22
Octal 45 61 212 111 100 0 56 351 72 42
Binary 100101 110001 10001010 1001001 1000000 0 101110 11101001 111010 100010

Color Harmonies of #25318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25318A

Black with #25318A

Text Example


Text Example

White with #25318A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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