Html Css Color HEX #273D4B Nile Blue

📋 copy color: '#273D4B'

red 39 ◦ green 61 ◦ blue 75

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

Shades of Nile Blue #273D4B

Tints of Nile Blue #273D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.86%

 BLUE value IS 75 (29.69% from 255) = 42.86%

R = 22.29%
G = 34.86%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#273D4B (or 0x273D4B) is known color: Nile Blue. HEX triplet: 27, 3D and 4B. RGB value is (39,61,75). Sum of RGB (Red+Green+Blue) = 39+61+75=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #273D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273D4B is #D8C2B4. Grayscale: #373737. Windows color (decimal): -14205621 or 4930855. OLE color: 4930855.

HSL color Cylindrical-coordinate representation of color #273D4B: hue angle of 203.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #273D4B is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 61 75 -
CMYK 0.48 0.19 0 0.71
HSL 203.33º 0.32% 0.22% -
HSV(B) 203.33º 0.48% 0.29% -
XYZ 3.78 4.28 7.28 -
YUV 56.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 39 61 75 0.48 0.19 0 0.71 203.33 0.32 0.22
Hex 27 3D 4B 30 13 0 47 CB 20 16
Octal 47 75 113 60 23 0 107 313 40 26
Binary 100111 111101 1001011 110000 10011 0 1000111 11001011 100000 10110

Color Harmonies of #273D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273D4B

Black with #273D4B

Text Example


Text Example

White with #273D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273D4B; }

 p { color: rgb(39,61,75); }

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

background-color css

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

 a { background-color: rgb(39,61,75); }

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

border-color css

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

 span { border-color: rgb(39,61,75); }

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