Html Css Color HEX #27445F Regal Blue

📋 copy color: '#27445F'

red 39 ◦ green 68 ◦ blue 95

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

Shades of Regal Blue #27445F

Tints of Regal Blue #27445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.03%

R = 19.31%
G = 33.66%
B = 47.03%

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

#27445F (or 0x27445F) is known color: Regal Blue. HEX triplet: 27, 44 and 5F. RGB value is (39,68,95). Sum of RGB (Red+Green+Blue) = 39+68+95=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #27445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27445F is #D8BBA0. Grayscale: #3E3E3E. Windows color (decimal): -14203809 or 6243367. OLE color: 6243367.

HSL color Cylindrical-coordinate representation of color #27445F: hue angle of 208.93º degrees, saturation: 0.42, 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 #27445F is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 68 95 -
CMYK 0.59 0.28 0 0.63
HSL 208.93º 0.42% 0.26% -
HSV(B) 208.93º 0.59% 0.37% -
XYZ 4.97 5.39 11.61 -
YUV 62.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 39 68 95 0.59 0.28 0 0.63 208.93 0.42 0.26
Hex 27 44 5F 3B 1C 0 3F D1 2A 1A
Octal 47 104 137 73 34 0 77 321 52 32
Binary 100111 1000100 1011111 111011 11100 0 111111 11010001 101010 11010

Color Harmonies of #27445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27445F

Black with #27445F

Text Example


Text Example

White with #27445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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