#25435D

Color #25435D Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #25435D

Tints of Regal Blue #25435D

Color information

#25435D (or 0x25435D) is unknown color: approx Regal Blue. HEX triplet: 25, 43 and 5D. RGB value is (37,67,93). Sum of RGB (Red+Green+Blue) = 37+67+93=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #25435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25435D is #DABCA2. Grayscale: #3C3C3C. Windows color (decimal): -14335139 or 6112037. OLE color: 6112037.

HSL color Cylindrical-coordinate representation of color #25435D: hue angle of 207.86º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25435D is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB376793-
CMYK0.600.2800.64
HSL207.86º43.08%25.49%-
HSV(B)207.86º60.22%36.47%-
XYZ4.755.211.11-
YUV60.99146.06110.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=18.78%
G=34.01%
B=47.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3767930.600.2800.64207.8643.0825.49
Hex25435D3C1C040d02b19
Octal45103135743401003205331
Binary1001011000011101110111110011100010000001101000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25435D; }

 p { color: rgb(37,67,93); }

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

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

 a { background-color: rgb(37,67,93); }

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

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

 span { border-color: rgb(37,67,93); }

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