#25307C

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

Shades of Torea Bay #25307C

Tints of Torea Bay #25307C

Color information

#25307C (or 0x25307C) is unknown color: approx Torea Bay. HEX triplet: 25, 30 and 7C. RGB value is (37,48,124). Sum of RGB (Red+Green+Blue) = 37+48+124=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #25307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25307C is #DACF83. Grayscale: #353535. Windows color (decimal): -14339972 or 8138789. OLE color: 8138789.

HSL color Cylindrical-coordinate representation of color #25307C: hue angle of 232.41º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25307C is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3748124-
CMYK0.700.6100.51
HSL232.41º54.04%31.57%-
HSV(B)232.41º70.16%48.63%-
XYZ5.463.9619.55-
YUV53.38167.86116.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 124 (48.83% from 255) = 59.33%
R=17.70%
G=22.97%
B=59.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37481240.700.6100.51232.4154.0431.57
Hex25307C463D033e83620
Octal4560174106750633506640
Binary10010111000011111001000110111101011001111101000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25307C; }

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

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

<style>
 a { background-color: #25307C; }

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

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

<style>
 span { border-color: #25307C; }

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

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