#252C69

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

Shades of Deep Koamaru #252C69

Tints of Deep Koamaru #252C69

Color information

#252C69 (or 0x252C69) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2C and 69. RGB value is (37,44,105). Sum of RGB (Red+Green+Blue) = 37+44+105=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #252C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C69 is #DAD396. Grayscale: #303030. Windows color (decimal): -14341015 or 6892581. OLE color: 6892581.

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

Color convert

RGB3744105-
CMYK0.650.5800.59
HSL233.82º47.89%27.84%-
HSV(B)233.82º64.76%41.18%-
XYZ4.213.2113.76-
YUV48.86159.68119.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=19.89%
G=23.66%
B=56.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37441050.650.5800.59233.8247.8927.84
Hex252C69413A03Bea301c
Octal4554151101720733526034
Binary1001011011001101001100000111101001110111110101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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