Html Css Color HEX #254055 Regal Blue

📋 copy color: '#254055'

red 37 ◦ green 64 ◦ blue 85

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

Shades of Regal Blue #254055

Tints of Regal Blue #254055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.41%

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

R = 19.89%
G = 34.41%
B = 45.7%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254055 (or 0x254055) is known color: Regal Blue. HEX triplet: 25, 40 and 55. RGB value is (37,64,85). Sum of RGB (Red+Green+Blue) = 37+64+85=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #254055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254055 is #DABFAA. Grayscale: #3A3A3A. Windows color (decimal): -14335915 or 5586981. OLE color: 5586981.

HSL color Cylindrical-coordinate representation of color #254055: hue angle of 206.25º 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 #254055 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 64 85 -
CMYK 0.56 0.25 0 0.67
HSL 206.25º 0.39% 0.24% -
HSV(B) 206.25º 0.56% 0.33% -
XYZ 4.24 4.72 9.28 -
YUV 58.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 37 64 85 0.56 0.25 0 0.67 206.25 0.39 0.24
Hex 25 40 55 38 19 0 43 CE 27 18
Octal 45 100 125 70 31 0 103 316 47 30
Binary 100101 1000000 1010101 111000 11001 0 1000011 11001110 100111 11000

Color Harmonies of #254055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254055

Black with #254055

Text Example


Text Example

White with #254055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254055; }

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

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

background-color css

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

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

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

border-color css

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

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

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