#25435E

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

Shades of Regal Blue #25435E

Tints of Regal Blue #25435E

Color information

#25435E (or 0x25435E) is unknown color: approx Regal Blue. HEX triplet: 25, 43 and 5E. RGB value is (37,67,94). Sum of RGB (Red+Green+Blue) = 37+67+94=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #25435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25435E is #DABCA1. Grayscale: #3C3C3C. Windows color (decimal): -14335138 or 6177573. OLE color: 6177573.

HSL color Cylindrical-coordinate representation of color #25435E: hue angle of 208.42º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25435E is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB376794-
CMYK0.610.2900.63
HSL208.42º43.51%25.69%-
HSV(B)208.42º60.64%36.86%-
XYZ4.795.2211.34-
YUV61.11146.56110.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 94 (37.11% from 255) = 47.47%
R=18.69%
G=33.84%
B=47.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3767940.610.2900.63208.4243.5125.69
Hex25435E3D1D03Fd02c1a
Octal4510313675350773205432
Binary100101100001110111101111011110101111111101000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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