Html Css Color HEX #263C4D Nile Blue

📋 copy color: '#263C4D'

red 38 ◦ green 60 ◦ blue 77

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

Shades of Nile Blue #263C4D

Tints of Nile Blue #263C4D

RGB

 RED value IS 38 (15.23% from 255) = 21.71%

 GREEN value IS 60 (23.83% from 255) = 34.29%

 BLUE value IS 77 (30.47% from 255) = 44%

R = 21.71%
G = 34.29%
B = 44%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#263C4D (or 0x263C4D) is known color: Nile Blue. HEX triplet: 26, 3C and 4D. RGB value is (38,60,77). Sum of RGB (Red+Green+Blue) = 38+60+77=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #263C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C4D is #D9C3B2. Grayscale: #373737. Windows color (decimal): -14271411 or 5061670. OLE color: 5061670.

HSL color Cylindrical-coordinate representation of color #263C4D: hue angle of 206.15º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #263C4D is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 38 60 77 -
CMYK 0.51 0.22 0 0.70
HSL 206.15º 0.34% 0.23% -
HSV(B) 206.15º 0.51% 0.3% -
XYZ 3.75 4.18 7.63 -
YUV 55.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 38 60 77 0.51 0.22 0 0.70 206.15 0.34 0.23
Hex 26 3C 4D 33 16 0 46 CE 22 17
Octal 46 74 115 63 26 0 106 316 42 27
Binary 100110 111100 1001101 110011 10110 0 1000110 11001110 100010 10111

Color Harmonies of #263C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263C4D

Black with #263C4D

Text Example


Text Example

White with #263C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263C4D; }

 p { color: rgb(38,60,77); }

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

background-color css

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

 a { background-color: rgb(38,60,77); }

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

border-color css

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

 span { border-color: rgb(38,60,77); }

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