Html Css Color HEX #243338 Oxford Blue

📋 copy color: '#243338'

red 36 ◦ green 51 ◦ blue 56

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

Shades of Oxford Blue #243338

Tints of Oxford Blue #243338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.66%

 BLUE value IS 56 (22.27% from 255) = 39.16%

R = 25.17%
G = 35.66%
B = 39.16%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#243338 (or 0x243338) is known color: Oxford Blue. HEX triplet: 24, 33 and 38. RGB value is (36,51,56). Sum of RGB (Red+Green+Blue) = 36+51+56=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #243338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243338 is #DBCCC7. Grayscale: #2F2F2F. Windows color (decimal): -14404808 or 3683108. OLE color: 3683108.

HSL color Cylindrical-coordinate representation of color #243338: hue angle of 195º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #243338 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 51 56 -
CMYK 0.36 0.09 0 0.78
HSL 195º 0.22% 0.18% -
HSV(B) 195º 0.36% 0.22% -
XYZ 2.63 3.03 4.19 -
YUV 47.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 36 51 56 0.36 0.09 0 0.78 195 0.22 0.18
Hex 24 33 38 24 9 0 4E C3 16 12
Octal 44 63 70 44 11 0 116 303 26 22
Binary 100100 110011 111000 100100 1001 0 1001110 11000011 10110 10010

Color Harmonies of #243338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243338

Black with #243338

Text Example


Text Example

White with #243338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243338; }

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

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

background-color css

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

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

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

border-color css

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

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

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