Html Css Color HEX #262F32 Oxford Blue

📋 copy color: '#262F32'

red 38 ◦ green 47 ◦ blue 50

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

Shades of Oxford Blue #262F32

Tints of Oxford Blue #262F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 37.04%

R = 28.15%
G = 34.81%
B = 37.04%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#262F32 (or 0x262F32) is known color: Oxford Blue. HEX triplet: 26, 2F and 32. RGB value is (38,47,50). Sum of RGB (Red+Green+Blue) = 38+47+50=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 50 - color contains mainly: blue. Hex color #262F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F32 is #D9D0CD. Grayscale: #2C2C2C. Windows color (decimal): -14274766 or 3288870. OLE color: 3288870.

HSL color Cylindrical-coordinate representation of color #262F32: hue angle of 195º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #262F32 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 38 47 50 -
CMYK 0.24 0.06 0 0.80
HSL 195º 0.14% 0.17% -
HSV(B) 195º 0.24% 0.2% -
XYZ 2.39 2.68 3.41 -
YUV 44.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 38 47 50 0.24 0.06 0 0.80 195 0.14 0.17
Hex 26 2F 32 18 6 0 50 C3 E 11
Octal 46 57 62 30 6 0 120 303 16 21
Binary 100110 101111 110010 11000 110 0 1010000 11000011 1110 10001

Color Harmonies of #262F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262F32

Black with #262F32

Text Example


Text Example

White with #262F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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