Html Css Color HEX #263C4F Nile Blue

📋 copy color: '#263C4F'

red 38 ◦ green 60 ◦ blue 79

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

Shades of Nile Blue #263C4F

Tints of Nile Blue #263C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.63%

R = 21.47%
G = 33.9%
B = 44.63%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#263C4F (or 0x263C4F) is known color: Nile Blue. HEX triplet: 26, 3C and 4F. RGB value is (38,60,79). Sum of RGB (Red+Green+Blue) = 38+60+79=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #263C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C4F is #D9C3B0. Grayscale: #373737. Windows color (decimal): -14271409 or 5192742. OLE color: 5192742.

HSL color Cylindrical-coordinate representation of color #263C4F: hue angle of 207.8º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #263C4F is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 60 79 -
CMYK 0.52 0.24 0 0.69
HSL 207.8º 0.35% 0.23% -
HSV(B) 207.8º 0.52% 0.31% -
XYZ 3.83 4.21 8.01 -
YUV 55.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 38 60 79 0.52 0.24 0 0.69 207.8 0.35 0.23
Hex 26 3C 4F 34 18 0 45 D0 23 17
Octal 46 74 117 64 30 0 105 320 43 27
Binary 100110 111100 1001111 110100 11000 0 1000101 11010000 100011 10111

Color Harmonies of #263C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263C4F

Black with #263C4F

Text Example


Text Example

White with #263C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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