Html Css Color HEX #274054 Regal Blue

📋 copy color: '#274054'

red 39 ◦ green 64 ◦ blue 84

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

Shades of Regal Blue #274054

Tints of Regal Blue #274054

RGB

 RED value IS 39 (15.63% from 255) = 20.86%

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

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 20.86%
G = 34.22%
B = 44.92%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#274054 (or 0x274054) is known color: Regal Blue. HEX triplet: 27, 40 and 54. RGB value is (39,64,84). Sum of RGB (Red+Green+Blue) = 39+64+84=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #274054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274054 is #D8BFAB. Grayscale: #3A3A3A. Windows color (decimal): -14204844 or 5521447. OLE color: 5521447.

HSL color Cylindrical-coordinate representation of color #274054: hue angle of 206.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #274054 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 64 84 -
CMYK 0.54 0.24 0 0.67
HSL 206.67º 0.37% 0.24% -
HSV(B) 206.67º 0.54% 0.33% -
XYZ 4.27 4.74 9.08 -
YUV 58.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 39 64 84 0.54 0.24 0 0.67 206.67 0.37 0.24
Hex 27 40 54 36 18 0 43 CF 25 18
Octal 47 100 124 66 30 0 103 317 45 30
Binary 100111 1000000 1010100 110110 11000 0 1000011 11001111 100101 11000

Color Harmonies of #274054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274054

Black with #274054

Text Example


Text Example

White with #274054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274054; }

 p { color: rgb(39,64,84); }

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

background-color css

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

 a { background-color: rgb(39,64,84); }

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

border-color css

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

 span { border-color: rgb(39,64,84); }

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