Html Css Color HEX #263237 Oxford Blue

📋 copy color: '#263237'

red 38 ◦ green 50 ◦ blue 55

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

Shades of Oxford Blue #263237

Tints of Oxford Blue #263237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.97%

 BLUE value IS 55 (21.88% from 255) = 38.46%

R = 26.57%
G = 34.97%
B = 38.46%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#263237 (or 0x263237) is known color: Oxford Blue. HEX triplet: 26, 32 and 37. RGB value is (38,50,55). Sum of RGB (Red+Green+Blue) = 38+50+55=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 55 - color contains mainly: blue. Hex color #263237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263237 is #D9CDC8. Grayscale: #2E2E2E. Windows color (decimal): -14273993 or 3617318. OLE color: 3617318.

HSL color Cylindrical-coordinate representation of color #263237: hue angle of 197.65º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #263237 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 50 55 -
CMYK 0.31 0.09 0 0.78
HSL 197.65º 0.18% 0.18% -
HSV(B) 197.65º 0.31% 0.22% -
XYZ 2.63 2.97 4.05 -
YUV 46.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 38 50 55 0.31 0.09 0 0.78 197.65 0.18 0.18
Hex 26 32 37 1F 9 0 4E C6 12 12
Octal 46 62 67 37 11 0 116 306 22 22
Binary 100110 110010 110111 11111 1001 0 1001110 11000110 10010 10010

Color Harmonies of #263237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263237

Black with #263237

Text Example


Text Example

White with #263237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263237; }

 p { color: rgb(38,50,55); }

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

background-color css

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

 a { background-color: rgb(38,50,55); }

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

border-color css

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

 span { border-color: rgb(38,50,55); }

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