#252F70

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

Shades of Deep Koamaru #252F70

Tints of Deep Koamaru #252F70

Color information

#252F70 (or 0x252F70) is unknown color: approx Deep Koamaru. HEX triplet: 25, 2F and 70. RGB value is (37,47,112). Sum of RGB (Red+Green+Blue) = 37+47+112=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #252F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F70 is #DAD08F. Grayscale: #333333. Windows color (decimal): -14340240 or 7352101. OLE color: 7352101.

HSL color Cylindrical-coordinate representation of color #252F70: hue angle of 232º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #252F70 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3747112-
CMYK0.670.5800.56
HSL232º50.34%29.22%-
HSV(B)232º66.96%43.92%-
XYZ4.73.615.78-
YUV51.42162.19117.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 47 (18.75% from 255) = 23.98%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=18.88%
G=23.98%
B=57.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37471120.670.5800.5623250.3429.22
Hex252F70433A038e8321d
Octal4557160103720703506235
Binary1001011011111110000100001111101001110001110100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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