Html Css Color HEX #27376D Resolution Blue

📋 copy color: '#27376D'

red 39 ◦ green 55 ◦ blue 109

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

Shades of Resolution Blue #27376D

Tints of Resolution Blue #27376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 19.21%
G = 27.09%
B = 53.69%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27376D (or 0x27376D) is known color: Resolution Blue. HEX triplet: 27, 37 and 6D. RGB value is (39,55,109). Sum of RGB (Red+Green+Blue) = 39+55+109=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #27376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27376D is #D8C892. Grayscale: #383838. Windows color (decimal): -14207123 or 7157543. OLE color: 7157543.

HSL color Cylindrical-coordinate representation of color #27376D: hue angle of 226.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27376D is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 55 109 -
CMYK 0.64 0.50 0 0.57
HSL 226.29º 0.47% 0.29% -
HSV(B) 226.29º 0.64% 0.43% -
XYZ 4.96 4.27 15.03 -
YUV 56.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 39 55 109 0.64 0.50 0 0.57 226.29 0.47 0.29
Hex 27 37 6D 40 32 0 39 E2 2F 1D
Octal 47 67 155 100 62 0 71 342 57 35
Binary 100111 110111 1101101 1000000 110010 0 111001 11100010 101111 11101

Color Harmonies of #27376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27376D

Black with #27376D

Text Example


Text Example

White with #27376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,55,109); }

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

background-color css

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

 a { background-color: rgb(39,55,109); }

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

border-color css

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

 span { border-color: rgb(39,55,109); }

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