Html Css Color HEX #25435D Regal Blue

📋 copy color: '#25435D'

red 37 ◦ green 67 ◦ blue 93

#25435D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #25435D

Tints of Regal Blue #25435D

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 value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25435D (or 0x25435D) is known color: 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

RGB 37 67 93 -
CMYK 0.60 0.28 0 0.64
HSL 207.86º 0.43% 0.25% -
HSV(B) 207.86º 0.6% 0.36% -
XYZ 4.75 5.2 11.11 -
YUV 60.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 37 67 93 0.60 0.28 0 0.64 207.86 0.43 0.25
Hex 25 43 5D 3C 1C 0 40 D0 2B 19
Octal 45 103 135 74 34 0 100 320 53 31
Binary 100101 1000011 1011101 111100 11100 0 1000000 11010000 101011 11001

Color Harmonies of #25435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25435D

Black with #25435D

Text Example


Text Example

White with #25435D

Text Example


Text Example

HTML Codes & Css Web 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>