Html Css Color HEX #254565 Regal Blue

📋 copy color: '#254565'

red 37 ◦ green 69 ◦ blue 101

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

Shades of Regal Blue #254565

Tints of Regal Blue #254565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.33%

 BLUE value IS 101 (39.84% from 255) = 48.79%

R = 17.87%
G = 33.33%
B = 48.79%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#254565 (or 0x254565) is known color: Regal Blue. HEX triplet: 25, 45 and 65. RGB value is (37,69,101). Sum of RGB (Red+Green+Blue) = 37+69+101=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #254565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254565 is #DABA9A. Grayscale: #3E3E3E. Windows color (decimal): -14334619 or 6636837. OLE color: 6636837.

HSL color Cylindrical-coordinate representation of color #254565: hue angle of 210º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254565 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 69 101 -
CMYK 0.63 0.32 0 0.60
HSL 210º 0.46% 0.27% -
HSV(B) 210º 0.63% 0.4% -
XYZ 5.24 5.59 13.11 -
YUV 63.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 37 69 101 0.63 0.32 0 0.60 210 0.46 0.27
Hex 25 45 65 3F 20 0 3C D2 2E 1B
Octal 45 105 145 77 40 0 74 322 56 33
Binary 100101 1000101 1100101 111111 100000 0 111100 11010010 101110 11011

Color Harmonies of #254565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254565

Black with #254565

Text Example


Text Example

White with #254565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254565; }

 p { color: rgb(37,69,101); }

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

background-color css

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

 a { background-color: rgb(37,69,101); }

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

border-color css

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

 span { border-color: rgb(37,69,101); }

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