#252B68

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

Shades of Deep Koamaru #252B68

Tints of Deep Koamaru #252B68

Color information

#252B68 (or 0x252B68) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2B and 68. RGB value is (37,43,104). Sum of RGB (Red+Green+Blue) = 37+43+104=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #252B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B68 is #DAD497. Grayscale: #2F2F2F. Windows color (decimal): -14341272 or 6826789. OLE color: 6826789.

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

Color convert

RGB3743104-
CMYK0.640.5900.59
HSL234.63º47.52%27.65%-
HSV(B)234.63º64.42%40.78%-
XYZ4.133.1213.48-
YUV48.16159.51120.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 43 (17.19% from 255) = 23.37%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=20.11%
G=23.37%
B=56.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37431040.640.5900.59234.6347.5227.65
Hex252B68403B03Beb301c
Octal4553150100730733536034
Binary1001011010111101000100000011101101110111110101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,43,104); }

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

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

 a { background-color: rgb(37,43,104); }

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

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

 span { border-color: rgb(37,43,104); }

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