Html Css Color HEX #25435B Regal Blue

📋 copy color: '#25435B'

red 37 ◦ green 67 ◦ blue 91

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

Shades of Regal Blue #25435B

Tints of Regal Blue #25435B

RGB

 RED value IS 37 (14.84% from 255) = 18.97%

 GREEN value IS 67 (26.56% from 255) = 34.36%

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 18.97%
G = 34.36%
B = 46.67%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25435B (or 0x25435B) is known color: Regal Blue. HEX triplet: 25, 43 and 5B. RGB value is (37,67,91). Sum of RGB (Red+Green+Blue) = 37+67+91=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #25435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25435B is #DABCA4. Grayscale: #3C3C3C. Windows color (decimal): -14335141 or 5980965. OLE color: 5980965.

HSL color Cylindrical-coordinate representation of color #25435B: hue angle of 206.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25435B is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 67 91 -
CMYK 0.59 0.26 0 0.64
HSL 206.67º 0.42% 0.25% -
HSV(B) 206.67º 0.59% 0.36% -
XYZ 4.66 5.16 10.65 -
YUV 60.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 37 67 91 0.59 0.26 0 0.64 206.67 0.42 0.25
Hex 25 43 5B 3B 1A 0 40 CF 2A 19
Octal 45 103 133 73 32 0 100 317 52 31
Binary 100101 1000011 1011011 111011 11010 0 1000000 11001111 101010 11001

Color Harmonies of #25435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25435B

Black with #25435B

Text Example


Text Example

White with #25435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25435B;
 }
 .AnyTagClassName
 {
   color: #25435B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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