#252C6B

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

Shades of Deep Koamaru #252C6B

Tints of Deep Koamaru #252C6B

Color information

#252C6B (or 0x252C6B) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2C and 6B. RGB value is (37,44,107). Sum of RGB (Red+Green+Blue) = 37+44+107=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #252C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C6B is #DAD394. Grayscale: #303030. Windows color (decimal): -14341013 or 7023653. OLE color: 7023653.

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

Color convert

RGB3744107-
CMYK0.650.5900.58
HSL234º48.61%28.24%-
HSV(B)234º65.42%41.96%-
XYZ4.323.2614.31-
YUV49.09160.68119.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 107 (42.19% from 255) = 56.91%
R=19.68%
G=23.40%
B=56.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37441070.650.5900.5823448.6128.24
Hex252C6B413B03Aea311c
Octal4554153101730723526134
Binary1001011011001101011100000111101101110101110101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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