Html Css Color HEX #26383F Oxford Blue

📋 copy color: '#26383F'

red 38 ◦ green 56 ◦ blue 63

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

Shades of Oxford Blue #26383F

Tints of Oxford Blue #26383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

 BLUE value IS 63 (25% from 255) = 40.13%

R = 24.2%
G = 35.67%
B = 40.13%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#26383F (or 0x26383F) is known color: Oxford Blue. HEX triplet: 26, 38 and 3F. RGB value is (38,56,63). Sum of RGB (Red+Green+Blue) = 38+56+63=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #26383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26383F is #D9C7C0. Grayscale: #333333. Windows color (decimal): -14272449 or 4143142. OLE color: 4143142.

HSL color Cylindrical-coordinate representation of color #26383F: hue angle of 196.8º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #26383F is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 56 63 -
CMYK 0.40 0.11 0 0.75
HSL 196.8º 0.25% 0.2% -
HSV(B) 196.8º 0.4% 0.25% -
XYZ 3.11 3.6 5.23 -
YUV 51.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 38 56 63 0.40 0.11 0 0.75 196.8 0.25 0.2
Hex 26 38 3F 28 B 0 4B C5 19 14
Octal 46 70 77 50 13 0 113 305 31 24
Binary 100110 111000 111111 101000 1011 0 1001011 11000101 11001 10100

Color Harmonies of #26383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26383F

Black with #26383F

Text Example


Text Example

White with #26383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26383F; }

 p { color: rgb(38,56,63); }

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

background-color css

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

 a { background-color: rgb(38,56,63); }

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

border-color css

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

 span { border-color: rgb(38,56,63); }

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