#252C65

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

Shades of Deep Koamaru #252C65

Tints of Deep Koamaru #252C65

Color information

#252C65 (or 0x252C65) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2C and 65. RGB value is (37,44,101). Sum of RGB (Red+Green+Blue) = 37+44+101=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #252C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C65 is #DAD39A. Grayscale: #303030. Windows color (decimal): -14341019 or 6630437. OLE color: 6630437.

HSL color Cylindrical-coordinate representation of color #252C65: hue angle of 233.44º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252C65 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3744101-
CMYK0.630.5600.60
HSL233.44º46.38%27.06%-
HSV(B)233.44º63.37%39.61%-
XYZ4.013.1312.71-
YUV48.4157.68119.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 101 (39.84% from 255) = 55.49%
R=20.33%
G=24.18%
B=55.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37441010.630.5600.60233.4446.3827.06
Hex252C653F3803Ce92e1b
Octal455414577700743515633
Binary100101101100110010111111111100001111001110100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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