Html Css Color HEX #27427A Resolution Blue

📋 copy color: '#27427A'

red 39 ◦ green 66 ◦ blue 122

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

Shades of Resolution Blue #27427A

Tints of Resolution Blue #27427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.74%

R = 17.18%
G = 29.07%
B = 53.74%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#27427A (or 0x27427A) is known color: Resolution Blue. HEX triplet: 27, 42 and 7A. RGB value is (39,66,122). Sum of RGB (Red+Green+Blue) = 39+66+122=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #27427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27427A is #D8BD85. Grayscale: #404040. Windows color (decimal): -14204294 or 8012327. OLE color: 8012327.

HSL color Cylindrical-coordinate representation of color #27427A: hue angle of 220.48º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27427A is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 39 66 122 -
CMYK 0.68 0.46 0 0.52
HSL 220.48º 0.52% 0.32% -
HSV(B) 220.48º 0.68% 0.48% -
XYZ 6.3 5.73 19.19 -
YUV 64.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 39 66 122 0.68 0.46 0 0.52 220.48 0.52 0.32
Hex 27 42 7A 44 2E 0 34 DC 34 20
Octal 47 102 172 104 56 0 64 334 64 40
Binary 100111 1000010 1111010 1000100 101110 0 110100 11011100 110100 100000

Color Harmonies of #27427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27427A

Black with #27427A

Text Example


Text Example

White with #27427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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