#252F69

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

Shades of Deep Koamaru #252F69

Tints of Deep Koamaru #252F69

Color information

#252F69 (or 0x252F69) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2F and 69. RGB value is (37,47,105). Sum of RGB (Red+Green+Blue) = 37+47+105=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #252F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F69 is #DAD096. Grayscale: #323232. Windows color (decimal): -14340247 or 6893349. OLE color: 6893349.

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

Color convert

RGB3747105-
CMYK0.650.5500.59
HSL231.18º47.89%27.84%-
HSV(B)231.18º64.76%41.18%-
XYZ4.333.4513.8-
YUV50.62158.69118.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 105 (41.41% from 255) = 55.56%
R=19.58%
G=24.87%
B=55.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37471050.650.5500.59231.1847.8927.84
Hex252F69413703Be7301c
Octal4557151101670733476034
Binary1001011011111101001100000111011101110111110011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,105); }

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

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

 a { background-color: rgb(37,47,105); }

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

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

 span { border-color: rgb(37,47,105); }

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