Html Css Color HEX #273235 Oxford Blue

📋 copy color: '#273235'

red 39 ◦ green 50 ◦ blue 53

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

Shades of Oxford Blue #273235

Tints of Oxford Blue #273235

RGB

 RED value IS 39 (15.63% from 255) = 27.46%

 GREEN value IS 50 (19.92% from 255) = 35.21%

 BLUE value IS 53 (21.09% from 255) = 37.32%

R = 27.46%
G = 35.21%
B = 37.32%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#273235 (or 0x273235) is known color: Oxford Blue. HEX triplet: 27, 32 and 35. RGB value is (39,50,53). Sum of RGB (Red+Green+Blue) = 39+50+53=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 53 - color contains mainly: blue. Hex color #273235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273235 is #D8CDCA. Grayscale: #2F2F2F. Windows color (decimal): -14208459 or 3486247. OLE color: 3486247.

HSL color Cylindrical-coordinate representation of color #273235: hue angle of 192.86º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #273235 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 50 53 -
CMYK 0.26 0.06 0 0.79
HSL 192.86º 0.15% 0.18% -
HSV(B) 192.86º 0.26% 0.21% -
XYZ 2.62 2.97 3.8 -
YUV 47.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 39 50 53 0.26 0.06 0 0.79 192.86 0.15 0.18
Hex 27 32 35 1A 6 0 4F C1 F 12
Octal 47 62 65 32 6 0 117 301 17 22
Binary 100111 110010 110101 11010 110 0 1001111 11000001 1111 10010

Color Harmonies of #273235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273235

Black with #273235

Text Example


Text Example

White with #273235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273235; }

 p { color: rgb(39,50,53); }

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

background-color css

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

 a { background-color: rgb(39,50,53); }

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

border-color css

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

 span { border-color: rgb(39,50,53); }

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