Html Css Color HEX #263940 Oxford Blue

📋 copy color: '#263940'

red 38 ◦ green 57 ◦ blue 64

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

Shades of Oxford Blue #263940

Tints of Oxford Blue #263940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.85%

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 23.9%
G = 35.85%
B = 40.25%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#263940 (or 0x263940) is known color: Oxford Blue. HEX triplet: 26, 39 and 40. RGB value is (38,57,64). Sum of RGB (Red+Green+Blue) = 38+57+64=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #263940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263940 is #D9C6BF. Grayscale: #343434. Windows color (decimal): -14272192 or 4208934. OLE color: 4208934.

HSL color Cylindrical-coordinate representation of color #263940: hue angle of 196.15º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #263940 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 57 64 -
CMYK 0.41 0.11 0 0.75
HSL 196.15º 0.25% 0.2% -
HSV(B) 196.15º 0.41% 0.25% -
XYZ 3.19 3.71 5.4 -
YUV 52.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 38 57 64 0.41 0.11 0 0.75 196.15 0.25 0.2
Hex 26 39 40 29 B 0 4B C4 19 14
Octal 46 71 100 51 13 0 113 304 31 24
Binary 100110 111001 1000000 101001 1011 0 1001011 11000100 11001 10100

Color Harmonies of #263940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263940

Black with #263940

Text Example


Text Example

White with #263940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263940; }

 p { color: rgb(38,57,64); }

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

background-color css

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

 a { background-color: rgb(38,57,64); }

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

border-color css

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

 span { border-color: rgb(38,57,64); }

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