#25435C

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

Shades of Regal Blue #25435C

Tints of Regal Blue #25435C

Color information

#25435C (or 0x25435C) is unknown color: approx Regal Blue. HEX triplet: 25, 43 and 5C. RGB value is (37,67,92). Sum of RGB (Red+Green+Blue) = 37+67+92=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #25435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25435C is #DABCA3. Grayscale: #3C3C3C. Windows color (decimal): -14335140 or 6046501. OLE color: 6046501.

HSL color Cylindrical-coordinate representation of color #25435C: hue angle of 207.27º 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 #25435C is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB376792-
CMYK0.600.2700.64
HSL207.27º42.64%25.29%-
HSV(B)207.27º59.78%36.08%-
XYZ4.75.1810.88-
YUV60.88145.56110.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=18.88%
G=34.18%
B=46.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3767920.600.2700.64207.2742.6425.29
Hex25435C3C1B040cf2b19
Octal45103134743301003175331
Binary1001011000011101110011110011011010000001100111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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