Html Css Color HEX #274150 Nile Blue

📋 copy color: '#274150'

red 39 ◦ green 65 ◦ blue 80

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

Shades of Nile Blue #274150

Tints of Nile Blue #274150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 21.2%
G = 35.33%
B = 43.48%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#274150 (or 0x274150) is known color: Nile Blue. HEX triplet: 27, 41 and 50. RGB value is (39,65,80). Sum of RGB (Red+Green+Blue) = 39+65+80=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #274150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274150 is #D8BEAF. Grayscale: #3A3A3A. Windows color (decimal): -14204592 or 5259559. OLE color: 5259559.

HSL color Cylindrical-coordinate representation of color #274150: hue angle of 201.95º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274150 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 65 80 -
CMYK 0.51 0.19 0 0.69
HSL 201.95º 0.34% 0.23% -
HSV(B) 201.95º 0.51% 0.31% -
XYZ 4.17 4.79 8.29 -
YUV 58.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 39 65 80 0.51 0.19 0 0.69 201.95 0.34 0.23
Hex 27 41 50 33 13 0 45 CA 22 17
Octal 47 101 120 63 23 0 105 312 42 27
Binary 100111 1000001 1010000 110011 10011 0 1000101 11001010 100010 10111

Color Harmonies of #274150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274150

Black with #274150

Text Example


Text Example

White with #274150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274150; }

 p { color: rgb(39,65,80); }

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

background-color css

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

 a { background-color: rgb(39,65,80); }

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

border-color css

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

 span { border-color: rgb(39,65,80); }

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