Html Css Color HEX #263339 Oxford Blue

📋 copy color: '#263339'

red 38 ◦ green 51 ◦ blue 57

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

Shades of Oxford Blue #263339

Tints of Oxford Blue #263339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.93%

 BLUE value IS 57 (22.66% from 255) = 39.04%

R = 26.03%
G = 34.93%
B = 39.04%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#263339 (or 0x263339) is known color: Oxford Blue. HEX triplet: 26, 33 and 39. RGB value is (38,51,57). Sum of RGB (Red+Green+Blue) = 38+51+57=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #263339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263339 is #D9CCC6. Grayscale: #2F2F2F. Windows color (decimal): -14273735 or 3748646. OLE color: 3748646.

HSL color Cylindrical-coordinate representation of color #263339: hue angle of 198.95º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #263339 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 51 57 -
CMYK 0.33 0.11 0 0.78
HSL 198.95º 0.2% 0.19% -
HSV(B) 198.95º 0.33% 0.22% -
XYZ 2.72 3.08 4.32 -
YUV 47.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 38 51 57 0.33 0.11 0 0.78 198.95 0.2 0.19
Hex 26 33 39 21 B 0 4E C7 14 13
Octal 46 63 71 41 13 0 116 307 24 23
Binary 100110 110011 111001 100001 1011 0 1001110 11000111 10100 10011

Color Harmonies of #263339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263339

Black with #263339

Text Example


Text Example

White with #263339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263339; }

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

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

background-color css

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

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

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

border-color css

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

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

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