Html Css Color HEX #27378C Resolution Blue

📋 copy color: '#27378C'

red 39 ◦ green 55 ◦ blue 140

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

Shades of Resolution Blue #27378C

Tints of Resolution Blue #27378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.83%

R = 16.67%
G = 23.5%
B = 59.83%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27378C (or 0x27378C) is known color: Resolution Blue. HEX triplet: 27, 37 and 8C. RGB value is (39,55,140). Sum of RGB (Red+Green+Blue) = 39+55+140=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #27378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27378C is #D8C873. Grayscale: #3B3B3B. Windows color (decimal): -14207092 or 9189159. OLE color: 9189159.

HSL color Cylindrical-coordinate representation of color #27378C: hue angle of 230.5º 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 #27378C is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 55 140 -
CMYK 0.72 0.61 0 0.45
HSL 230.5º 0.56% 0.35% -
HSV(B) 230.5º 0.72% 0.55% -
XYZ 6.94 5.06 25.42 -
YUV 59.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 39 55 140 0.72 0.61 0 0.45 230.5 0.56 0.35
Hex 27 37 8C 48 3D 0 2D E6 38 23
Octal 47 67 214 110 75 0 55 346 70 43
Binary 100111 110111 10001100 1001000 111101 0 101101 11100110 111000 100011

Color Harmonies of #27378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27378C

Black with #27378C

Text Example


Text Example

White with #27378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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