#274453

Color #274453 Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #274453

Tints of Nile Blue #274453

Color information

#274453 (or 0x274453) is unknown color: approx Nile Blue. HEX triplet: 27, 44 and 53. RGB value is (39,68,83). Sum of RGB (Red+Green+Blue) = 39+68+83=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #274453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274453 is #D8BBAC. Grayscale: #3C3C3C. Windows color (decimal): -14203821 or 5456935. OLE color: 5456935.

HSL color Cylindrical-coordinate representation of color #274453: hue angle of 200.45º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #274453 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB396883-
CMYK0.530.1800.67
HSL200.45º36.07%23.92%-
HSV(B)200.45º53.01%32.55%-
XYZ4.475.198.95-
YUV61.04140.39112.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=20.53%
G=35.79%
B=43.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3968830.530.1800.67200.4536.0723.92
Hex2744533512043c82418
Octal47104123652201033104430
Binary1001111000100101001111010110010010000111100100010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274453; }

 p { color: rgb(39,68,83); }

 H1.HeaderClassName
 {
   color: #274453;
 }
 .AnyTagClassName
 {
   color: #274453;
 }
</style>
background-color css

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

 a { background-color: rgb(39,68,83); }

 div.DivClassName
 {
   background-color: #274453;
 }
 .BgClassName
 {
   background-color: #274453;
 }
</style>
border-color css

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

 span { border-color: rgb(39,68,83); }

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