#252766

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

Shades of Deep Koamaru #252766

Tints of Deep Koamaru #252766

Color information

#252766 (or 0x252766) is unknown color: approx Deep Koamaru. HEX triplet: 25, 27 and 66. RGB value is (37,39,102). Sum of RGB (Red+Green+Blue) = 37+39+102=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #252766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252766 is #DAD899. Grayscale: #2D2D2D. Windows color (decimal): -14342298 or 6694693. OLE color: 6694693.

HSL color Cylindrical-coordinate representation of color #252766: hue angle of 238.15º 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 #252766 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3739102-
CMYK0.640.6200.6
HSL238.15º46.76%27.25%-
HSV(B)238.15º63.73%40%-
XYZ3.892.812.91-
YUV45.58159.84121.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 102 (40.23% from 255) = 57.30%
R=20.79%
G=21.91%
B=57.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37391020.640.6200.6238.1546.7627.25
Hex252766403E03Cee2f1b
Octal4547146100760743565733
Binary1001011001111100110100000011111001111001110111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252766; }

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

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

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

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

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

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

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

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