Html Css Color HEX #262F33 Oxford Blue

📋 copy color: '#262F33'

red 38 ◦ green 47 ◦ blue 51

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

Shades of Oxford Blue #262F33

Tints of Oxford Blue #262F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.56%

 BLUE value IS 51 (20.31% from 255) = 37.5%

R = 27.94%
G = 34.56%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#262F33 (or 0x262F33) is known color: Oxford Blue. HEX triplet: 26, 2F and 33. RGB value is (38,47,51). Sum of RGB (Red+Green+Blue) = 38+47+51=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 51 - color contains mainly: blue. Hex color #262F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F33 is #D9D0CC. Grayscale: #2C2C2C. Windows color (decimal): -14274765 or 3354406. OLE color: 3354406.

HSL color Cylindrical-coordinate representation of color #262F33: hue angle of 198.46º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #262F33 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 38 47 51 -
CMYK 0.25 0.08 0 0.8
HSL 198.46º 0.15% 0.17% -
HSV(B) 198.46º 0.25% 0.2% -
XYZ 2.41 2.68 3.52 -
YUV 44.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 38 47 51 0.25 0.08 0 0.8 198.46 0.15 0.17
Hex 26 2F 33 19 8 0 50 C6 F 11
Octal 46 57 63 31 10 0 120 306 17 21
Binary 100110 101111 110011 11001 1000 0 1010000 11000110 1111 10001

Color Harmonies of #262F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262F33

Black with #262F33

Text Example


Text Example

White with #262F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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