Html Css Color HEX #273A41 Oxford Blue

📋 copy color: '#273A41'

red 39 ◦ green 58 ◦ blue 65

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

Shades of Oxford Blue #273A41

Tints of Oxford Blue #273A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.8%

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 24.07%
G = 35.8%
B = 40.12%

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

#273A41 (or 0x273A41) is known color: Oxford Blue. HEX triplet: 27, 3A and 41. RGB value is (39,58,65). Sum of RGB (Red+Green+Blue) = 39+58+65=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #273A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A41 is #D8C5BE. Grayscale: #353535. Windows color (decimal): -14206399 or 4274727. OLE color: 4274727.

HSL color Cylindrical-coordinate representation of color #273A41: hue angle of 196.15º 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 #273A41 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 58 65 -
CMYK 0.40 0.11 0 0.75
HSL 196.15º 0.25% 0.2% -
HSV(B) 196.15º 0.4% 0.25% -
XYZ 3.3 3.84 5.57 -
YUV 53.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 39 58 65 0.40 0.11 0 0.75 196.15 0.25 0.2
Hex 27 3A 41 28 B 0 4B C4 19 14
Octal 47 72 101 50 13 0 113 304 31 24
Binary 100111 111010 1000001 101000 1011 0 1001011 11000100 11001 10100

Color Harmonies of #273A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273A41

Black with #273A41

Text Example


Text Example

White with #273A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273A41; }

 p { color: rgb(39,58,65); }

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

background-color css

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

 a { background-color: rgb(39,58,65); }

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

border-color css

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

 span { border-color: rgb(39,58,65); }

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