Html Css Color HEX #243034 Oxford Blue

📋 copy color: '#243034'

red 36 ◦ green 48 ◦ blue 52

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

Shades of Oxford Blue #243034

Tints of Oxford Blue #243034

RGB

 RED value IS 36 (14.45% from 255) = 26.47%

 GREEN value IS 48 (19.14% from 255) = 35.29%

 BLUE value IS 52 (20.7% from 255) = 38.24%

R = 26.47%
G = 35.29%
B = 38.24%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#243034 (or 0x243034) is known color: Oxford Blue. HEX triplet: 24, 30 and 34. RGB value is (36,48,52). Sum of RGB (Red+Green+Blue) = 36+48+52=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #243034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243034 is #DBCFCB. Grayscale: #2C2C2C. Windows color (decimal): -14405580 or 3420196. OLE color: 3420196.

HSL color Cylindrical-coordinate representation of color #243034: hue angle of 195º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #243034 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 48 52 -
CMYK 0.31 0.08 0 0.80
HSL 195º 0.18% 0.17% -
HSV(B) 195º 0.31% 0.2% -
XYZ 2.4 2.74 3.65 -
YUV 44.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 36 48 52 0.31 0.08 0 0.80 195 0.18 0.17
Hex 24 30 34 1F 8 0 50 C3 12 11
Octal 44 60 64 37 10 0 120 303 22 21
Binary 100100 110000 110100 11111 1000 0 1010000 11000011 10010 10001

Color Harmonies of #243034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243034

Black with #243034

Text Example


Text Example

White with #243034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243034; }

 p { color: rgb(36,48,52); }

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

background-color css

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

 a { background-color: rgb(36,48,52); }

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

border-color css

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

 span { border-color: rgb(36,48,52); }

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