Html Css Color HEX #26353A Oxford Blue

📋 copy color: '#26353A'

red 38 ◦ green 53 ◦ blue 58

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

Shades of Oxford Blue #26353A

Tints of Oxford Blue #26353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

 BLUE value IS 58 (23.05% from 255) = 38.93%

R = 25.5%
G = 35.57%
B = 38.93%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#26353A (or 0x26353A) is known color: Oxford Blue. HEX triplet: 26, 35 and 3A. RGB value is (38,53,58). Sum of RGB (Red+Green+Blue) = 38+53+58=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #26353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26353A is #D9CAC5. Grayscale: #313131. Windows color (decimal): -14273222 or 3814694. OLE color: 3814694.

HSL color Cylindrical-coordinate representation of color #26353A: hue angle of 195º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #26353A is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 38 53 58 -
CMYK 0.34 0.09 0 0.77
HSL 195º 0.21% 0.19% -
HSV(B) 195º 0.34% 0.23% -
XYZ 2.84 3.26 4.48 -
YUV 49.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 38 53 58 0.34 0.09 0 0.77 195 0.21 0.19
Hex 26 35 3A 22 9 0 4D C3 15 13
Octal 46 65 72 42 11 0 115 303 25 23
Binary 100110 110101 111010 100010 1001 0 1001101 11000011 10101 10011

Color Harmonies of #26353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26353A

Black with #26353A

Text Example


Text Example

White with #26353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26353A; }

 p { color: rgb(38,53,58); }

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

background-color css

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

 a { background-color: rgb(38,53,58); }

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

border-color css

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

 span { border-color: rgb(38,53,58); }

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