Html Css Color HEX #263D4B Nile Blue

📋 copy color: '#263D4B'

red 38 ◦ green 61 ◦ blue 75

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

Shades of Nile Blue #263D4B

Tints of Nile Blue #263D4B

RGB

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

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

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

R = 21.84%
G = 35.06%
B = 43.1%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#263D4B (or 0x263D4B) is known color: Nile Blue. HEX triplet: 26, 3D and 4B. RGB value is (38,61,75). Sum of RGB (Red+Green+Blue) = 38+61+75=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #263D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D4B is #D9C2B4. Grayscale: #373737. Windows color (decimal): -14271157 or 4930854. OLE color: 4930854.

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

Color convert

RGB 38 61 75 -
CMYK 0.49 0.19 0 0.71
HSL 202.7º 0.33% 0.22% -
HSV(B) 202.7º 0.49% 0.29% -
XYZ 3.74 4.26 7.28 -
YUV 55.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 38 61 75 0.49 0.19 0 0.71 202.7 0.33 0.22
Hex 26 3D 4B 31 13 0 47 CB 21 16
Octal 46 75 113 61 23 0 107 313 41 26
Binary 100110 111101 1001011 110001 10011 0 1000111 11001011 100001 10110

Color Harmonies of #263D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D4B

Black with #263D4B

Text Example


Text Example

White with #263D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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