Html Css Color HEX #254359 Regal Blue

📋 copy color: '#254359'

red 37 ◦ green 67 ◦ blue 89

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

Shades of Regal Blue #254359

Tints of Regal Blue #254359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 19.17%
G = 34.72%
B = 46.11%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#254359 (or 0x254359) is known color: Regal Blue. HEX triplet: 25, 43 and 59. RGB value is (37,67,89). Sum of RGB (Red+Green+Blue) = 37+67+89=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #254359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254359 is #DABCA6. Grayscale: #3C3C3C. Windows color (decimal): -14335143 or 5849893. OLE color: 5849893.

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

Color convert

RGB 37 67 89 -
CMYK 0.58 0.25 0 0.65
HSL 205.38º 0.41% 0.25% -
HSV(B) 205.38º 0.58% 0.35% -
XYZ 4.57 5.13 10.2 -
YUV 60.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 37 67 89 0.58 0.25 0 0.65 205.38 0.41 0.25
Hex 25 43 59 3A 19 0 41 CD 29 19
Octal 45 103 131 72 31 0 101 315 51 31
Binary 100101 1000011 1011001 111010 11001 0 1000001 11001101 101001 11001

Color Harmonies of #254359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254359

Black with #254359

Text Example


Text Example

White with #254359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254359; }

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

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

background-color css

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

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

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

border-color css

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

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

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