Html Css Color HEX #274250 Nile Blue

📋 copy color: '#274250'

red 39 ◦ green 66 ◦ blue 80

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

Shades of Nile Blue #274250

Tints of Nile Blue #274250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

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

R = 21.08%
G = 35.68%
B = 43.24%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#274250 (or 0x274250) is known color: Nile Blue. HEX triplet: 27, 42 and 50. RGB value is (39,66,80). Sum of RGB (Red+Green+Blue) = 39+66+80=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #274250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274250 is #D8BDAF. Grayscale: #3B3B3B. Windows color (decimal): -14204336 or 5259815. OLE color: 5259815.

HSL color Cylindrical-coordinate representation of color #274250: hue angle of 200.49º 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 #274250 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 66 80 -
CMYK 0.51 0.17 0 0.69
HSL 200.49º 0.34% 0.23% -
HSV(B) 200.49º 0.51% 0.31% -
XYZ 4.23 4.91 8.31 -
YUV 59.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 39 66 80 0.51 0.17 0 0.69 200.49 0.34 0.23
Hex 27 42 50 33 11 0 45 C8 22 17
Octal 47 102 120 63 21 0 105 310 42 27
Binary 100111 1000010 1010000 110011 10001 0 1000101 11001000 100010 10111

Color Harmonies of #274250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274250

Black with #274250

Text Example


Text Example

White with #274250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274250; }

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

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

background-color css

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

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

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

border-color css

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

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

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