Html Css Color HEX #263B4C Nile Blue

📋 copy color: '#263B4C'

red 38 ◦ green 59 ◦ blue 76

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

Shades of Nile Blue #263B4C

Tints of Nile Blue #263B4C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.1%

 BLUE value IS 76 (30.08% from 255) = 43.93%

R = 21.97%
G = 34.1%
B = 43.93%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#263B4C (or 0x263B4C) is known color: Nile Blue. HEX triplet: 26, 3B and 4C. RGB value is (38,59,76). Sum of RGB (Red+Green+Blue) = 38+59+76=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #263B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B4C is #D9C4B3. Grayscale: #363636. Windows color (decimal): -14271668 or 4995878. OLE color: 4995878.

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

Color convert

RGB 38 59 76 -
CMYK 0.5 0.22 0 0.70
HSL 206.84º 0.33% 0.22% -
HSV(B) 206.84º 0.5% 0.3% -
XYZ 3.67 4.06 7.43 -
YUV 54.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 38 59 76 0.5 0.22 0 0.70 206.84 0.33 0.22
Hex 26 3B 4C 32 16 0 46 CF 21 16
Octal 46 73 114 62 26 0 106 317 41 26
Binary 100110 111011 1001100 110010 10110 0 1000110 11001111 100001 10110

Color Harmonies of #263B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B4C

Black with #263B4C

Text Example


Text Example

White with #263B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,59,76); }

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

background-color css

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

 a { background-color: rgb(38,59,76); }

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

border-color css

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

 span { border-color: rgb(38,59,76); }

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