Html Css Color HEX #27397F Resolution Blue

📋 copy color: '#27397F'

red 39 ◦ green 57 ◦ blue 127

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

Shades of Resolution Blue #27397F

Tints of Resolution Blue #27397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

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

R = 17.49%
G = 25.56%
B = 56.95%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27397F (or 0x27397F) is known color: Resolution Blue. HEX triplet: 27, 39 and 7F. RGB value is (39,57,127). Sum of RGB (Red+Green+Blue) = 39+57+127=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #27397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27397F is #D8C680. Grayscale: #3B3B3B. Windows color (decimal): -14206593 or 8337703. OLE color: 8337703.

HSL color Cylindrical-coordinate representation of color #27397F: hue angle of 227.73º 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 #27397F is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 57 127 -
CMYK 0.69 0.55 0 0.50
HSL 227.73º 0.53% 0.33% -
HSV(B) 227.73º 0.69% 0.5% -
XYZ 6.13 4.89 20.7 -
YUV 59.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 39 57 127 0.69 0.55 0 0.50 227.73 0.53 0.33
Hex 27 39 7F 45 37 0 32 E4 35 21
Octal 47 71 177 105 67 0 62 344 65 41
Binary 100111 111001 1111111 1000101 110111 0 110010 11100100 110101 100001

Color Harmonies of #27397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27397F

Black with #27397F

Text Example


Text Example

White with #27397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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