Html Css Color HEX #263D4E Nile Blue

📋 copy color: '#263D4E'

red 38 ◦ green 61 ◦ blue 78

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

Shades of Nile Blue #263D4E

Tints of Nile Blue #263D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.07%

R = 21.47%
G = 34.46%
B = 44.07%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#263D4E (or 0x263D4E) is known color: Nile Blue. HEX triplet: 26, 3D and 4E. RGB value is (38,61,78). Sum of RGB (Red+Green+Blue) = 38+61+78=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #263D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D4E is #D9C2B1. Grayscale: #373737. Windows color (decimal): -14271154 or 5127462. OLE color: 5127462.

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

Color convert

RGB 38 61 78 -
CMYK 0.51 0.22 0 0.69
HSL 205.5º 0.34% 0.23% -
HSV(B) 205.5º 0.51% 0.31% -
XYZ 3.84 4.3 7.84 -
YUV 56.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 38 61 78 0.51 0.22 0 0.69 205.5 0.34 0.23
Hex 26 3D 4E 33 16 0 45 CE 22 17
Octal 46 75 116 63 26 0 105 316 42 27
Binary 100110 111101 1001110 110011 10110 0 1000101 11001110 100010 10111

Color Harmonies of #263D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D4E

Black with #263D4E

Text Example


Text Example

White with #263D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,61,78); }

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

background-color css

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

 a { background-color: rgb(38,61,78); }

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

border-color css

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

 span { border-color: rgb(38,61,78); }

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