Html Css Color HEX #27404C Nile Blue

📋 copy color: '#27404C'

red 39 ◦ green 64 ◦ blue 76

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

Shades of Nile Blue #27404C

Tints of Nile Blue #27404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.75%

 BLUE value IS 76 (30.08% from 255) = 42.46%

R = 21.79%
G = 35.75%
B = 42.46%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#27404C (or 0x27404C) is known color: Nile Blue. HEX triplet: 27, 40 and 4C. RGB value is (39,64,76). Sum of RGB (Red+Green+Blue) = 39+64+76=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #27404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27404C is #D8BFB3. Grayscale: #393939. Windows color (decimal): -14204852 or 4997159. OLE color: 4997159.

HSL color Cylindrical-coordinate representation of color #27404C: hue angle of 199.46º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27404C is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 64 76 -
CMYK 0.49 0.16 0 0.70
HSL 199.46º 0.32% 0.23% -
HSV(B) 199.46º 0.49% 0.3% -
XYZ 3.97 4.62 7.52 -
YUV 57.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 39 64 76 0.49 0.16 0 0.70 199.46 0.32 0.23
Hex 27 40 4C 31 10 0 46 C7 20 17
Octal 47 100 114 61 20 0 106 307 40 27
Binary 100111 1000000 1001100 110001 10000 0 1000110 11000111 100000 10111

Color Harmonies of #27404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27404C

Black with #27404C

Text Example


Text Example

White with #27404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,64,76); }

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

background-color css

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

 a { background-color: rgb(39,64,76); }

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

border-color css

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

 span { border-color: rgb(39,64,76); }

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