Html Css Color HEX #254155 Regal Blue

📋 copy color: '#254155'

red 37 ◦ green 65 ◦ blue 85

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

Shades of Regal Blue #254155

Tints of Regal Blue #254155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

 BLUE value IS 85 (33.59% from 255) = 45.45%

R = 19.79%
G = 34.76%
B = 45.45%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254155 (or 0x254155) is known color: Regal Blue. HEX triplet: 25, 41 and 55. RGB value is (37,65,85). Sum of RGB (Red+Green+Blue) = 37+65+85=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #254155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254155 is #DABEAA. Grayscale: #3A3A3A. Windows color (decimal): -14335659 or 5587237. OLE color: 5587237.

HSL color Cylindrical-coordinate representation of color #254155: hue angle of 205º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #254155 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 65 85 -
CMYK 0.56 0.24 0 0.67
HSL 205º 0.39% 0.24% -
HSV(B) 205º 0.56% 0.33% -
XYZ 4.29 4.83 9.3 -
YUV 58.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 37 65 85 0.56 0.24 0 0.67 205 0.39 0.24
Hex 25 41 55 38 18 0 43 CD 27 18
Octal 45 101 125 70 30 0 103 315 47 30
Binary 100101 1000001 1010101 111000 11000 0 1000011 11001101 100111 11000

Color Harmonies of #254155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254155

Black with #254155

Text Example


Text Example

White with #254155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254155; }

 p { color: rgb(37,65,85); }

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

background-color css

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

 a { background-color: rgb(37,65,85); }

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

border-color css

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

 span { border-color: rgb(37,65,85); }

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