Html Css Color HEX #27427F Resolution Blue

📋 copy color: '#27427F'

red 39 ◦ green 66 ◦ blue 127

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

Shades of Resolution Blue #27427F

Tints of Resolution Blue #27427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 127 (50% from 255) = 54.74%

R = 16.81%
G = 28.45%
B = 54.74%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27427F (or 0x27427F) is known color: Resolution Blue. HEX triplet: 27, 42 and 7F. RGB value is (39,66,127). Sum of RGB (Red+Green+Blue) = 39+66+127=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #27427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27427F is #D8BD80. Grayscale: #404040. Windows color (decimal): -14204289 or 8340007. OLE color: 8340007.

HSL color Cylindrical-coordinate representation of color #27427F: hue angle of 221.59º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27427F is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 66 127 -
CMYK 0.69 0.48 0 0.50
HSL 221.59º 0.53% 0.33% -
HSV(B) 221.59º 0.69% 0.5% -
XYZ 6.62 5.86 20.86 -
YUV 64.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 39 66 127 0.69 0.48 0 0.50 221.59 0.53 0.33
Hex 27 42 7F 45 30 0 32 DE 35 21
Octal 47 102 177 105 60 0 62 336 65 41
Binary 100111 1000010 1111111 1000101 110000 0 110010 11011110 110101 100001

Color Harmonies of #27427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27427F

Black with #27427F

Text Example


Text Example

White with #27427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,66,127); }

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

background-color css

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

 a { background-color: rgb(39,66,127); }

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

border-color css

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

 span { border-color: rgb(39,66,127); }

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