Html Css Color HEX #27445D Regal Blue

📋 copy color: '#27445D'

red 39 ◦ green 68 ◦ blue 93

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

Shades of Regal Blue #27445D

Tints of Regal Blue #27445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.5%

R = 19.5%
G = 34%
B = 46.5%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27445D (or 0x27445D) is known color: Regal Blue. HEX triplet: 27, 44 and 5D. RGB value is (39,68,93). Sum of RGB (Red+Green+Blue) = 39+68+93=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #27445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27445D is #D8BBA2. Grayscale: #3E3E3E. Windows color (decimal): -14203811 or 6112295. OLE color: 6112295.

HSL color Cylindrical-coordinate representation of color #27445D: hue angle of 207.78º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27445D is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 68 93 -
CMYK 0.58 0.27 0 0.64
HSL 207.78º 0.41% 0.26% -
HSV(B) 207.78º 0.58% 0.36% -
XYZ 4.88 5.36 11.13 -
YUV 62.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 39 68 93 0.58 0.27 0 0.64 207.78 0.41 0.26
Hex 27 44 5D 3A 1B 0 40 D0 29 1A
Octal 47 104 135 72 33 0 100 320 51 32
Binary 100111 1000100 1011101 111010 11011 0 1000000 11010000 101001 11010

Color Harmonies of #27445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27445D

Black with #27445D

Text Example


Text Example

White with #27445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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