Html Css Color HEX #254360 Regal Blue

📋 copy color: '#254360'

red 37 ◦ green 67 ◦ blue 96

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

Shades of Regal Blue #254360

Tints of Regal Blue #254360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48%

R = 18.5%
G = 33.5%
B = 48%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#254360 (or 0x254360) is known color: Regal Blue. HEX triplet: 25, 43 and 60. RGB value is (37,67,96). Sum of RGB (Red+Green+Blue) = 37+67+96=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #254360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254360 is #DABC9F. Grayscale: #3D3D3D. Windows color (decimal): -14335136 or 6308645. OLE color: 6308645.

HSL color Cylindrical-coordinate representation of color #254360: hue angle of 209.49º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #254360 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 67 96 -
CMYK 0.61 0.30 0 0.62
HSL 209.49º 0.44% 0.26% -
HSV(B) 209.49º 0.61% 0.38% -
XYZ 4.88 5.25 11.82 -
YUV 61.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 37 67 96 0.61 0.30 0 0.62 209.49 0.44 0.26
Hex 25 43 60 3D 1E 0 3E D1 2C 1A
Octal 45 103 140 75 36 0 76 321 54 32
Binary 100101 1000011 1100000 111101 11110 0 111110 11010001 101100 11010

Color Harmonies of #254360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254360

Black with #254360

Text Example


Text Example

White with #254360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254360; }

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

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

background-color css

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

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

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

border-color css

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

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

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