#25308F

Color #25308F Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #25308F

Tints of Torea Bay #25308F

Color information

#25308F (or 0x25308F) is unknown color: approx Torea Bay. HEX triplet: 25, 30 and 8F. RGB value is (37,48,143). Sum of RGB (Red+Green+Blue) = 37+48+143=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #25308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25308F is #DACF70. Grayscale: #373737. Windows color (decimal): -14339953 or 9383973. OLE color: 9383973.

HSL color Cylindrical-coordinate representation of color #25308F: hue angle of 233.77º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25308F is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3748143-
CMYK0.740.6600.44
HSL233.77º58.89%35.29%-
HSV(B)233.77º74.13%56.08%-
XYZ6.784.4926.5-
YUV55.54177.36114.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 143 (56.25% from 255) = 62.72%
R=16.23%
G=21.05%
B=62.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37481430.740.6600.44233.7758.8935.29
Hex25308F4A4202Cea3b23
Octal45602171121020543527343
Binary1001011100001000111110010101000010010110011101010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25308F;
 }
 .AnyTagClassName
 {
   color: #25308F;
 }
</style>
background-color css

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

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

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

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

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

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