#252A6B

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

Shades of Deep Koamaru #252A6B

Tints of Deep Koamaru #252A6B

Color information

#252A6B (or 0x252A6B) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2A and 6B. RGB value is (37,42,107). Sum of RGB (Red+Green+Blue) = 37+42+107=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #252A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A6B is #DAD594. Grayscale: #2F2F2F. Windows color (decimal): -14341525 or 7023141. OLE color: 7023141.

HSL color Cylindrical-coordinate representation of color #252A6B: hue angle of 235.71º degrees, saturation: 0.49, 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 #252A6B is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3742107-
CMYK0.650.6100.58
HSL235.71º48.61%28.24%-
HSV(B)235.71º65.42%41.96%-
XYZ4.243.1114.29-
YUV47.92161.34120.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 107 (42.19% from 255) = 57.53%
R=19.89%
G=22.58%
B=57.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37421070.650.6100.58235.7148.6128.24
Hex252A6B413D03Aec311c
Octal4552153101750723546134
Binary1001011010101101011100000111110101110101110110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,42,107); }

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

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

 a { background-color: rgb(37,42,107); }

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

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

 span { border-color: rgb(37,42,107); }

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