Html Css Color HEX #27377F Resolution Blue

📋 copy color: '#27377F'

red 39 ◦ green 55 ◦ blue 127

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

Shades of Resolution Blue #27377F

Tints of Resolution Blue #27377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

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

R = 17.65%
G = 24.89%
B = 57.47%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#27377F (or 0x27377F) is known color: Resolution Blue. HEX triplet: 27, 37 and 7F. RGB value is (39,55,127). Sum of RGB (Red+Green+Blue) = 39+55+127=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #27377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27377F is #D8C880. Grayscale: #3A3A3A. Windows color (decimal): -14207105 or 8337191. OLE color: 8337191.

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

Color convert

RGB 39 55 127 -
CMYK 0.69 0.57 0 0.50
HSL 229.09º 0.53% 0.33% -
HSV(B) 229.09º 0.69% 0.5% -
XYZ 6.03 4.7 20.67 -
YUV 58.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 39 55 127 0.69 0.57 0 0.50 229.09 0.53 0.33
Hex 27 37 7F 45 39 0 32 E5 35 21
Octal 47 67 177 105 71 0 62 345 65 41
Binary 100111 110111 1111111 1000101 111001 0 110010 11100101 110101 100001

Color Harmonies of #27377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27377F

Black with #27377F

Text Example


Text Example

White with #27377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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