#252C75

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

Shades of Deep Koamaru #252C75

Tints of Deep Koamaru #252C75

Color information

#252C75 (or 0x252C75) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2C and 75. RGB value is (37,44,117). Sum of RGB (Red+Green+Blue) = 37+44+117=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #252C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C75 is #DAD38A. Grayscale: #313131. Windows color (decimal): -14341003 or 7679013. OLE color: 7679013.

HSL color Cylindrical-coordinate representation of color #252C75: hue angle of 234.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252C75 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3744117-
CMYK0.680.6200.54
HSL234.75º51.95%30.2%-
HSV(B)234.75º68.38%45.88%-
XYZ4.873.4817.24-
YUV50.23165.68118.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 117 (46.09% from 255) = 59.09%
R=18.69%
G=22.22%
B=59.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37441170.680.6200.54234.7551.9530.2
Hex252C75443E036eb341e
Octal4554165104760663536436
Binary1001011011001110101100010011111001101101110101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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