Html Css Color HEX #263034 Oxford Blue

📋 copy color: '#263034'

red 38 ◦ green 48 ◦ blue 52

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

Shades of Oxford Blue #263034

Tints of Oxford Blue #263034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.78%

 BLUE value IS 52 (20.7% from 255) = 37.68%

R = 27.54%
G = 34.78%
B = 37.68%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#263034 (or 0x263034) is known color: Oxford Blue. HEX triplet: 26, 30 and 34. RGB value is (38,48,52). Sum of RGB (Red+Green+Blue) = 38+48+52=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #263034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263034 is #D9CFCB. Grayscale: #2D2D2D. Windows color (decimal): -14274508 or 3420198. OLE color: 3420198.

HSL color Cylindrical-coordinate representation of color #263034: hue angle of 197.14º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #263034 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 48 52 -
CMYK 0.27 0.08 0 0.80
HSL 197.14º 0.16% 0.18% -
HSV(B) 197.14º 0.27% 0.2% -
XYZ 2.48 2.77 3.65 -
YUV 45.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 38 48 52 0.27 0.08 0 0.80 197.14 0.16 0.18
Hex 26 30 34 1B 8 0 50 C5 10 12
Octal 46 60 64 33 10 0 120 305 20 22
Binary 100110 110000 110100 11011 1000 0 1010000 11000101 10000 10010

Color Harmonies of #263034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263034

Black with #263034

Text Example


Text Example

White with #263034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263034; }

 p { color: rgb(38,48,52); }

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

background-color css

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

 a { background-color: rgb(38,48,52); }

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

border-color css

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

 span { border-color: rgb(38,48,52); }

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