Html Css Color HEX #243033 Oxford Blue

📋 copy color: '#243033'

red 36 ◦ green 48 ◦ blue 51

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

Shades of Oxford Blue #243033

Tints of Oxford Blue #243033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.78%

R = 26.67%
G = 35.56%
B = 37.78%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#243033 (or 0x243033) is known color: Oxford Blue. HEX triplet: 24, 30 and 33. RGB value is (36,48,51). Sum of RGB (Red+Green+Blue) = 36+48+51=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 51 - color contains mainly: blue. Hex color #243033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243033 is #DBCFCC. Grayscale: #2C2C2C. Windows color (decimal): -14405581 or 3354660. OLE color: 3354660.

HSL color Cylindrical-coordinate representation of color #243033: hue angle of 192º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #243033 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 36 48 51 -
CMYK 0.29 0.06 0 0.8
HSL 192º 0.17% 0.17% -
HSV(B) 192º 0.29% 0.2% -
XYZ 2.38 2.73 3.53 -
YUV 44.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 36 48 51 0.29 0.06 0 0.8 192 0.17 0.17
Hex 24 30 33 1D 6 0 50 C0 11 11
Octal 44 60 63 35 6 0 120 300 21 21
Binary 100100 110000 110011 11101 110 0 1010000 11000000 10001 10001

Color Harmonies of #243033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243033

Black with #243033

Text Example


Text Example

White with #243033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243033; }

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

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

background-color css

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

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

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

border-color css

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

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

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