Html Css Color HEX #27353B Oxford Blue

📋 copy color: '#27353B'

red 39 ◦ green 53 ◦ blue 59

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

Shades of Oxford Blue #27353B

Tints of Oxford Blue #27353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 39.07%

R = 25.83%
G = 35.1%
B = 39.07%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27353B (or 0x27353B) is known color: Oxford Blue. HEX triplet: 27, 35 and 3B. RGB value is (39,53,59). Sum of RGB (Red+Green+Blue) = 39+53+59=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 59 - color contains mainly: blue. Hex color #27353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27353B is #D8CAC4. Grayscale: #313131. Windows color (decimal): -14207685 or 3880231. OLE color: 3880231.

HSL color Cylindrical-coordinate representation of color #27353B: hue angle of 198º degrees, saturation: 0.2, 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 #27353B is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 53 59 -
CMYK 0.34 0.10 0 0.77
HSL 198º 0.2% 0.19% -
HSV(B) 198º 0.34% 0.23% -
XYZ 2.9 3.29 4.62 -
YUV 49.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 39 53 59 0.34 0.10 0 0.77 198 0.2 0.19
Hex 27 35 3B 22 A 0 4D C6 14 13
Octal 47 65 73 42 12 0 115 306 24 23
Binary 100111 110101 111011 100010 1010 0 1001101 11000110 10100 10011

Color Harmonies of #27353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27353B

Black with #27353B

Text Example


Text Example

White with #27353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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