Html Css Color HEX #25318B Torea Bay

📋 copy color: '#25318B'

red 37 ◦ green 49 ◦ blue 139

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

Shades of Torea Bay #25318B

Tints of Torea Bay #25318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.78%

R = 16.44%
G = 21.78%
B = 61.78%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25318B (or 0x25318B) is known color: Torea Bay. HEX triplet: 25, 31 and 8B. RGB value is (37,49,139). Sum of RGB (Red+Green+Blue) = 37+49+139=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #25318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25318B is #DACE74. Grayscale: #373737. Windows color (decimal): -14339701 or 9122085. OLE color: 9122085.

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

Color convert

RGB 37 49 139 -
CMYK 0.73 0.65 0 0.45
HSL 232.94º 0.58% 0.35% -
HSV(B) 232.94º 0.73% 0.55% -
XYZ 6.52 4.45 24.94 -
YUV 55.67 175.02 114.68 -
System Red Green Blue C M Y K H S L
Decimal 37 49 139 0.73 0.65 0 0.45 232.94 0.58 0.35
Hex 25 31 8B 49 41 0 2D E9 3A 23
Octal 45 61 213 111 101 0 55 351 72 43
Binary 100101 110001 10001011 1001001 1000001 0 101101 11101001 111010 100011

Color Harmonies of #25318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25318B

Black with #25318B

Text Example


Text Example

White with #25318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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