Html Css Color HEX #27378B Resolution Blue

📋 copy color: '#27378B'

red 39 ◦ green 55 ◦ blue 139

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

Shades of Resolution Blue #27378B

Tints of Resolution Blue #27378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.66%

R = 16.74%
G = 23.61%
B = 59.66%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27378B (or 0x27378B) is known color: Resolution Blue. HEX triplet: 27, 37 and 8B. RGB value is (39,55,139). Sum of RGB (Red+Green+Blue) = 39+55+139=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #27378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27378B is #D8C874. Grayscale: #3B3B3B. Windows color (decimal): -14207093 or 9123623. OLE color: 9123623.

HSL color Cylindrical-coordinate representation of color #27378B: hue angle of 230.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27378B is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 55 139 -
CMYK 0.72 0.60 0 0.45
HSL 230.4º 0.56% 0.35% -
HSV(B) 230.4º 0.72% 0.55% -
XYZ 6.86 5.03 25.03 -
YUV 59.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 39 55 139 0.72 0.60 0 0.45 230.4 0.56 0.35
Hex 27 37 8B 48 3C 0 2D E6 38 23
Octal 47 67 213 110 74 0 55 346 70 43
Binary 100111 110111 10001011 1001000 111100 0 101101 11100110 111000 100011

Color Harmonies of #27378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27378B

Black with #27378B

Text Example


Text Example

White with #27378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27378B; }

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

 H1.HeaderClassName
 {
   color: #27378B;
 }
 .AnyTagClassName
 {
   color: #27378B;
 }
</style>

background-color css

<style>
 a { background-color: #27378B; }

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

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

border-color css

<style>
 span { border-color: #27378B; }

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

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