#253068

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

Shades of Deep Koamaru #253068

Tints of Deep Koamaru #253068

Color information

#253068 (or 0x253068) is unknown color: approx Deep Koamaru. HEX triplet: 25, 30 and 68. RGB value is (37,48,104). Sum of RGB (Red+Green+Blue) = 37+48+104=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #253068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253068 is #DACF97. Grayscale: #323232. Windows color (decimal): -14339992 or 6828069. OLE color: 6828069.

HSL color Cylindrical-coordinate representation of color #253068: hue angle of 230.15º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253068 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3748104-
CMYK0.640.5400.59
HSL230.15º47.52%27.65%-
HSV(B)230.15º64.42%40.78%-
XYZ4.323.5113.55-
YUV51.1157.86117.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=19.58%
G=25.40%
B=55.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37481040.640.5400.59230.1547.5227.65
Hex253068403603Be6301c
Octal4560150100660733466034
Binary1001011100001101000100000011011001110111110011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253068; }

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

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

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

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

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

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

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

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