Html Css Color HEX #27427C Resolution Blue

📋 copy color: '#27427C'

red 39 ◦ green 66 ◦ blue 124

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

Shades of Resolution Blue #27427C

Tints of Resolution Blue #27427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 17.03%
G = 28.82%
B = 54.15%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27427C (or 0x27427C) is known color: Resolution Blue. HEX triplet: 27, 42 and 7C. RGB value is (39,66,124). Sum of RGB (Red+Green+Blue) = 39+66+124=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #27427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27427C is #D8BD83. Grayscale: #404040. Windows color (decimal): -14204292 or 8143399. OLE color: 8143399.

HSL color Cylindrical-coordinate representation of color #27427C: hue angle of 220.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27427C is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 66 124 -
CMYK 0.69 0.47 0 0.51
HSL 220.94º 0.52% 0.32% -
HSV(B) 220.94º 0.69% 0.49% -
XYZ 6.42 5.78 19.85 -
YUV 64.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 39 66 124 0.69 0.47 0 0.51 220.94 0.52 0.32
Hex 27 42 7C 45 2F 0 33 DD 34 20
Octal 47 102 174 105 57 0 63 335 64 40
Binary 100111 1000010 1111100 1000101 101111 0 110011 11011101 110100 100000

Color Harmonies of #27427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27427C

Black with #27427C

Text Example


Text Example

White with #27427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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