#252A68

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

Shades of Deep Koamaru #252A68

Tints of Deep Koamaru #252A68

Color information

#252A68 (or 0x252A68) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2A and 68. RGB value is (37,42,104). Sum of RGB (Red+Green+Blue) = 37+42+104=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #252A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A68 is #DAD597. Grayscale: #2F2F2F. Windows color (decimal): -14341528 or 6826533. OLE color: 6826533.

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

Color convert

RGB3742104-
CMYK0.640.6000.59
HSL235.52º47.52%27.65%-
HSV(B)235.52º64.42%40.78%-
XYZ4.093.0513.47-
YUV47.57159.84120.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=20.22%
G=22.95%
B=56.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37421040.640.6000.59235.5247.5227.65
Hex252A68403C03Bec301c
Octal4552150100740733546034
Binary1001011010101101000100000011110001110111110110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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