#252D6A

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

Shades of Deep Koamaru #252D6A

Tints of Deep Koamaru #252D6A

Color information

#252D6A (or 0x252D6A) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2D and 6A. RGB value is (37,45,106). Sum of RGB (Red+Green+Blue) = 37+45+106=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 106 (41.80% from 255 or 56.38% from 188); Max value from RGB is 106 - color contains mainly: blue. Hex color #252D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D6A is #DAD295. Grayscale: #313131. Windows color (decimal): -14340758 or 6958373. OLE color: 6958373.

HSL color Cylindrical-coordinate representation of color #252D6A: hue angle of 233.04º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #252D6A is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3745106-
CMYK0.650.5800.58
HSL233.04º48.25%28.04%-
HSV(B)233.04º65.09%41.57%-
XYZ4.33.3114.05-
YUV49.56159.85119.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 106 (41.80% from 255) = 56.38%
R=19.68%
G=23.94%
B=56.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37451060.650.5800.58233.0448.2528.04
Hex252D6A413A03Ae9301c
Octal4555152101720723516034
Binary1001011011011101010100000111101001110101110100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,45,106); }

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

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

 a { background-color: rgb(37,45,106); }

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

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

 span { border-color: rgb(37,45,106); }

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