#252F7A

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

Shades of Torea Bay #252F7A

Tints of Torea Bay #252F7A

Color information

#252F7A (or 0x252F7A) is unknown color: approx Torea Bay. HEX triplet: 25, 2F and 7A. RGB value is (37,47,122). Sum of RGB (Red+Green+Blue) = 37+47+122=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #252F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F7A is #DAD085. Grayscale: #343434. Windows color (decimal): -14340230 or 8007461. OLE color: 8007461.

HSL color Cylindrical-coordinate representation of color #252F7A: hue angle of 232.94º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #252F7A is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3747122-
CMYK0.700.6100.52
HSL232.94º53.46%31.18%-
HSV(B)232.94º69.67%47.84%-
XYZ5.293.8318.87-
YUV52.56167.19116.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 122 (48.05% from 255) = 59.22%
R=17.96%
G=22.82%
B=59.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37471220.700.6100.52232.9453.4631.18
Hex252F7A463D034e9351f
Octal4557172106750643516537
Binary1001011011111111010100011011110101101001110100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252F7A; }

 p { color: rgb(37,47,122); }

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

<style>
 a { background-color: #252F7A; }

 a { background-color: rgb(37,47,122); }

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

<style>
 span { border-color: #252F7A; }

 span { border-color: rgb(37,47,122); }

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