Html Css Color HEX #283A3F Oxford Blue

📋 copy color: '#283A3F'

red 40 ◦ green 58 ◦ blue 63

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

Shades of Oxford Blue #283A3F

Tints of Oxford Blue #283A3F

RGB

 RED value IS 40 (16.02% from 255) = 24.84%

 GREEN value IS 58 (23.05% from 255) = 36.02%

 BLUE value IS 63 (25% from 255) = 39.13%

R = 24.84%
G = 36.02%
B = 39.13%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#283A3F (or 0x283A3F) is known color: Oxford Blue. HEX triplet: 28, 3A and 3F. RGB value is (40,58,63). Sum of RGB (Red+Green+Blue) = 40+58+63=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 63 - color contains mainly: blue. Hex color #283A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A3F is #D7C5C0. Grayscale: #353535. Windows color (decimal): -14140865 or 4143656. OLE color: 4143656.

HSL color Cylindrical-coordinate representation of color #283A3F: hue angle of 193.04º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #283A3F is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 58 63 -
CMYK 0.37 0.08 0 0.75
HSL 193.04º 0.22% 0.2% -
HSV(B) 193.04º 0.37% 0.25% -
XYZ 3.29 3.84 5.27 -
YUV 53.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 40 58 63 0.37 0.08 0 0.75 193.04 0.22 0.2
Hex 28 3A 3F 25 8 0 4B C1 16 14
Octal 50 72 77 45 10 0 113 301 26 24
Binary 101000 111010 111111 100101 1000 0 1001011 11000001 10110 10100

Color Harmonies of #283A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A3F

Black with #283A3F

Text Example


Text Example

White with #283A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283A3F; }

 p { color: rgb(40,58,63); }

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

background-color css

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

 a { background-color: rgb(40,58,63); }

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

border-color css

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

 span { border-color: rgb(40,58,63); }

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