#252C6A

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

Shades of Deep Koamaru #252C6A

Tints of Deep Koamaru #252C6A

Color information

#252C6A (or 0x252C6A) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2C and 6A. RGB value is (37,44,106). Sum of RGB (Red+Green+Blue) = 37+44+106=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #252C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C6A is #DAD395. Grayscale: #303030. Windows color (decimal): -14341014 or 6958117. OLE color: 6958117.

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

Color convert

RGB3744106-
CMYK0.650.5800.58
HSL233.91º48.25%28.04%-
HSV(B)233.91º65.09%41.57%-
XYZ4.273.2414.04-
YUV48.97160.18119.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 106 (41.80% from 255) = 56.68%
R=19.79%
G=23.53%
B=56.68%

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
Decimal37441060.650.5800.58233.9148.2528.04
Hex252C6A413A03Aea301c
Octal4554152101720723526034
Binary1001011011001101010100000111101001110101110101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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