Html Css Color HEX #27336D Resolution Blue

📋 copy color: '#27336D'

red 39 ◦ green 51 ◦ blue 109

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

Shades of Resolution Blue #27336D

Tints of Resolution Blue #27336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

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

R = 19.6%
G = 25.63%
B = 54.77%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#27336D (or 0x27336D) is known color: Resolution Blue. HEX triplet: 27, 33 and 6D. RGB value is (39,51,109). Sum of RGB (Red+Green+Blue) = 39+51+109=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #27336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27336D is #D8CC92. Grayscale: #353535. Windows color (decimal): -14208147 or 7156519. OLE color: 7156519.

HSL color Cylindrical-coordinate representation of color #27336D: hue angle of 229.71º 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 #27336D is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 39 51 109 -
CMYK 0.64 0.53 0 0.57
HSL 229.71º 0.47% 0.29% -
HSV(B) 229.71º 0.64% 0.43% -
XYZ 4.78 3.9 14.97 -
YUV 54.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 39 51 109 0.64 0.53 0 0.57 229.71 0.47 0.29
Hex 27 33 6D 40 35 0 39 E6 2F 1D
Octal 47 63 155 100 65 0 71 346 57 35
Binary 100111 110011 1101101 1000000 110101 0 111001 11100110 101111 11101

Color Harmonies of #27336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27336D

Black with #27336D

Text Example


Text Example

White with #27336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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