Html Css Color HEX #254158 Regal Blue

📋 copy color: '#254158'

red 37 ◦ green 65 ◦ blue 88

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

Shades of Regal Blue #254158

Tints of Regal Blue #254158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.32%

R = 19.47%
G = 34.21%
B = 46.32%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#254158 (or 0x254158) is known color: Regal Blue. HEX triplet: 25, 41 and 58. RGB value is (37,65,88). Sum of RGB (Red+Green+Blue) = 37+65+88=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #254158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254158 is #DABEA7. Grayscale: #3B3B3B. Windows color (decimal): -14335656 or 5783845. OLE color: 5783845.

HSL color Cylindrical-coordinate representation of color #254158: hue angle of 207.06º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254158 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 65 88 -
CMYK 0.58 0.26 0 0.65
HSL 207.06º 0.41% 0.25% -
HSV(B) 207.06º 0.58% 0.35% -
XYZ 4.41 4.88 9.94 -
YUV 59.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 37 65 88 0.58 0.26 0 0.65 207.06 0.41 0.25
Hex 25 41 58 3A 1A 0 41 CF 29 19
Octal 45 101 130 72 32 0 101 317 51 31
Binary 100101 1000001 1011000 111010 11010 0 1000001 11001111 101001 11001

Color Harmonies of #254158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254158

Black with #254158

Text Example


Text Example

White with #254158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254158; }

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

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

background-color css

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

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

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

border-color css

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

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

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