#252665

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

Shades of Deep Koamaru #252665

Tints of Deep Koamaru #252665

Color information

#252665 (or 0x252665) is unknown color: approx Deep Koamaru. HEX triplet: 25, 26 and 65. RGB value is (37,38,101). Sum of RGB (Red+Green+Blue) = 37+38+101=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #252665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252665 is #DAD99A. Grayscale: #2C2C2C. Windows color (decimal): -14342555 or 6628901. OLE color: 6628901.

HSL color Cylindrical-coordinate representation of color #252665: hue angle of 239.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252665 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3738101-
CMYK0.630.6200.60
HSL239.06º46.38%27.06%-
HSV(B)239.06º63.37%39.61%-
XYZ3.812.7212.64-
YUV44.88159.67122.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 101 (39.84% from 255) = 57.39%
R=21.02%
G=21.59%
B=57.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37381010.630.6200.60239.0646.3827.06
Hex2526653F3E03Cef2e1b
Octal454614577760743575633
Binary100101100110110010111111111111001111001110111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252665; }

 p { color: rgb(37,38,101); }

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

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

 a { background-color: rgb(37,38,101); }

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

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

 span { border-color: rgb(37,38,101); }

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