Html Css Color HEX #27353C Oxford Blue

📋 copy color: '#27353C'

red 39 ◦ green 53 ◦ blue 60

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

Shades of Oxford Blue #27353C

Tints of Oxford Blue #27353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 39.47%

R = 25.66%
G = 34.87%
B = 39.47%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27353C (or 0x27353C) is known color: Oxford Blue. HEX triplet: 27, 35 and 3C. RGB value is (39,53,60). Sum of RGB (Red+Green+Blue) = 39+53+60=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 60 - color contains mainly: blue. Hex color #27353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27353C is #D8CAC3. Grayscale: #313131. Windows color (decimal): -14207684 or 3945767. OLE color: 3945767.

HSL color Cylindrical-coordinate representation of color #27353C: hue angle of 200º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #27353C is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 53 60 -
CMYK 0.35 0.12 0 0.76
HSL 200º 0.21% 0.19% -
HSV(B) 200º 0.35% 0.24% -
XYZ 2.93 3.3 4.76 -
YUV 49.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 39 53 60 0.35 0.12 0 0.76 200 0.21 0.19
Hex 27 35 3C 23 C 0 4C C8 15 13
Octal 47 65 74 43 14 0 114 310 25 23
Binary 100111 110101 111100 100011 1100 0 1001100 11001000 10101 10011

Color Harmonies of #27353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27353C

Black with #27353C

Text Example


Text Example

White with #27353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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