Html Css Color HEX #27445E Regal Blue

📋 copy color: '#27445E'

red 39 ◦ green 68 ◦ blue 94

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

Shades of Regal Blue #27445E

Tints of Regal Blue #27445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

 BLUE value IS 94 (37.11% from 255) = 46.77%

R = 19.4%
G = 33.83%
B = 46.77%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27445E (or 0x27445E) is known color: Regal Blue. HEX triplet: 27, 44 and 5E. RGB value is (39,68,94). Sum of RGB (Red+Green+Blue) = 39+68+94=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #27445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27445E is #D8BBA1. Grayscale: #3E3E3E. Windows color (decimal): -14203810 or 6177831. OLE color: 6177831.

HSL color Cylindrical-coordinate representation of color #27445E: hue angle of 208.36º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27445E is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 68 94 -
CMYK 0.59 0.28 0 0.63
HSL 208.36º 0.41% 0.26% -
HSV(B) 208.36º 0.59% 0.37% -
XYZ 4.92 5.37 11.37 -
YUV 62.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 39 68 94 0.59 0.28 0 0.63 208.36 0.41 0.26
Hex 27 44 5E 3B 1C 0 3F D0 29 1A
Octal 47 104 136 73 34 0 77 320 51 32
Binary 100111 1000100 1011110 111011 11100 0 111111 11010000 101001 11010

Color Harmonies of #27445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27445E

Black with #27445E

Text Example


Text Example

White with #27445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27445E; }

 p { color: rgb(39,68,94); }

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

background-color css

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

 a { background-color: rgb(39,68,94); }

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

border-color css

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

 span { border-color: rgb(39,68,94); }

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