Html Css Color HEX #25308D Torea Bay

📋 copy color: '#25308D'

red 37 ◦ green 48 ◦ blue 141

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

Shades of Torea Bay #25308D

Tints of Torea Bay #25308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

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

R = 16.37%
G = 21.24%
B = 62.39%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25308D (or 0x25308D) is known color: Torea Bay. HEX triplet: 25, 30 and 8D. RGB value is (37,48,141). Sum of RGB (Red+Green+Blue) = 37+48+141=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #25308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25308D is #DACF72. Grayscale: #363636. Windows color (decimal): -14339955 or 9252901. OLE color: 9252901.

HSL color Cylindrical-coordinate representation of color #25308D: hue angle of 233.65º 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 #25308D is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 48 141 -
CMYK 0.74 0.66 0 0.45
HSL 233.65º 0.58% 0.35% -
HSV(B) 233.65º 0.74% 0.55% -
XYZ 6.63 4.43 25.71 -
YUV 55.31 176.36 114.94 -
System Red Green Blue C M Y K H S L
Decimal 37 48 141 0.74 0.66 0 0.45 233.65 0.58 0.35
Hex 25 30 8D 4A 42 0 2D EA 3A 23
Octal 45 60 215 112 102 0 55 352 72 43
Binary 100101 110000 10001101 1001010 1000010 0 101101 11101010 111010 100011

Color Harmonies of #25308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25308D

Black with #25308D

Text Example


Text Example

White with #25308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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