#253066

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

Shades of Deep Koamaru #253066

Tints of Deep Koamaru #253066

Color information

#253066 (or 0x253066) is unknown color: approx Deep Koamaru. HEX triplet: 25, 30 and 66. RGB value is (37,48,102). Sum of RGB (Red+Green+Blue) = 37+48+102=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #253066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253066 is #DACF99. Grayscale: #323232. Windows color (decimal): -14339994 or 6696997. OLE color: 6696997.

HSL color Cylindrical-coordinate representation of color #253066: hue angle of 229.85º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253066 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3748102-
CMYK0.640.5300.6
HSL229.85º46.76%27.25%-
HSV(B)229.85º63.73%40%-
XYZ4.223.4713.02-
YUV50.87156.86118.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 102 (40.23% from 255) = 54.55%
R=19.79%
G=25.67%
B=54.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37481020.640.5300.6229.8546.7627.25
Hex253066403503Ce62f1b
Octal4560146100650743465733
Binary1001011100001100110100000011010101111001110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253066; }

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

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

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

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

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

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

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

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