#252B73

Color #252B73 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #252B73

Tints of Deep Koamaru #252B73

Color information

#252B73 (or 0x252B73) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2B and 73. RGB value is (37,43,115). Sum of RGB (Red+Green+Blue) = 37+43+115=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #252B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B73 is #DAD48C. Grayscale: #313131. Windows color (decimal): -14341261 or 7547685. OLE color: 7547685.

HSL color Cylindrical-coordinate representation of color #252B73: hue angle of 235.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252B73 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3743115-
CMYK0.680.6300.55
HSL235.38º51.32%29.8%-
HSV(B)235.38º67.83%45.1%-
XYZ4.723.3616.62-
YUV49.41165.01119.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=18.97%
G=22.05%
B=58.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37431150.680.6300.55235.3851.3229.8
Hex252B73443F037eb331e
Octal4553163104770673536336
Binary1001011010111110011100010011111101101111110101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,43,115); }

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

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

 a { background-color: rgb(37,43,115); }

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

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

 span { border-color: rgb(37,43,115); }

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