#252866

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

Shades of Deep Koamaru #252866

Tints of Deep Koamaru #252866

Color information

#252866 (or 0x252866) is unknown color: approx Deep Koamaru. HEX triplet: 25, 28 and 66. RGB value is (37,40,102). Sum of RGB (Red+Green+Blue) = 37+40+102=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #252866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252866 is #DAD799. Grayscale: #2D2D2D. Windows color (decimal): -14342042 or 6694949. OLE color: 6694949.

HSL color Cylindrical-coordinate representation of color #252866: hue angle of 237.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252866 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3740102-
CMYK0.640.6100.6
HSL237.23º46.76%27.25%-
HSV(B)237.23º63.73%40%-
XYZ3.922.8712.92-
YUV46.17159.51121.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 102 (40.23% from 255) = 56.98%
R=20.67%
G=22.35%
B=56.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37401020.640.6100.6237.2346.7627.25
Hex252866403D03Ced2f1b
Octal4550146100750743555733
Binary1001011010001100110100000011110101111001110110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252866; }

 p { color: rgb(37,40,102); }

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

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

 a { background-color: rgb(37,40,102); }

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

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

 span { border-color: rgb(37,40,102); }

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