Html Css Color HEX #27427D Resolution Blue

📋 copy color: '#27427D'

red 39 ◦ green 66 ◦ blue 125

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

Shades of Resolution Blue #27427D

Tints of Resolution Blue #27427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.35%

R = 16.96%
G = 28.7%
B = 54.35%

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

#27427D (or 0x27427D) is known color: Resolution Blue. HEX triplet: 27, 42 and 7D. RGB value is (39,66,125). Sum of RGB (Red+Green+Blue) = 39+66+125=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #27427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27427D is #D8BD82. Grayscale: #404040. Windows color (decimal): -14204291 or 8208935. OLE color: 8208935.

HSL color Cylindrical-coordinate representation of color #27427D: hue angle of 221.16º 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 #27427D is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 66 125 -
CMYK 0.69 0.47 0 0.51
HSL 221.16º 0.52% 0.32% -
HSV(B) 221.16º 0.69% 0.49% -
XYZ 6.49 5.81 20.18 -
YUV 64.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 39 66 125 0.69 0.47 0 0.51 221.16 0.52 0.32
Hex 27 42 7D 45 2F 0 33 DD 34 20
Octal 47 102 175 105 57 0 63 335 64 40
Binary 100111 1000010 1111101 1000101 101111 0 110011 11011101 110100 100000

Color Harmonies of #27427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27427D

Black with #27427D

Text Example


Text Example

White with #27427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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