Html Css Color HEX #274159 Regal Blue

📋 copy color: '#274159'

red 39 ◦ green 65 ◦ blue 89

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

Shades of Regal Blue #274159

Tints of Regal Blue #274159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

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

R = 20.21%
G = 33.68%
B = 46.11%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#274159 (or 0x274159) is known color: Regal Blue. HEX triplet: 27, 41 and 59. RGB value is (39,65,89). Sum of RGB (Red+Green+Blue) = 39+65+89=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 65 (25.78% from 255 or 33.68% 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 #274159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274159 is #D8BEA6. Grayscale: #3B3B3B. Windows color (decimal): -14204583 or 5849383. OLE color: 5849383.

HSL color Cylindrical-coordinate representation of color #274159: hue angle of 208.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #274159 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 65 89 -
CMYK 0.56 0.27 0 0.65
HSL 208.8º 0.39% 0.25% -
HSV(B) 208.8º 0.56% 0.35% -
XYZ 4.53 4.93 10.16 -
YUV 59.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 39 65 89 0.56 0.27 0 0.65 208.8 0.39 0.25
Hex 27 41 59 38 1B 0 41 D1 27 19
Octal 47 101 131 70 33 0 101 321 47 31
Binary 100111 1000001 1011001 111000 11011 0 1000001 11010001 100111 11001

Color Harmonies of #274159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274159

Black with #274159

Text Example


Text Example

White with #274159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274159; }

 p { color: rgb(39,65,89); }

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

background-color css

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

 a { background-color: rgb(39,65,89); }

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

border-color css

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

 span { border-color: rgb(39,65,89); }

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