Html Css Color HEX #223A41 Oxford Blue

📋 copy color: '#223A41'

red 34 ◦ green 58 ◦ blue 65

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

Shades of Oxford Blue #223A41

Tints of Oxford Blue #223A41

RGB

 RED value IS 34 (13.67% from 255) = 21.66%

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

 BLUE value IS 65 (25.78% from 255) = 41.4%

R = 21.66%
G = 36.94%
B = 41.4%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#223A41 (or 0x223A41) is known color: Oxford Blue. HEX triplet: 22, 3A and 41. RGB value is (34,58,65). Sum of RGB (Red+Green+Blue) = 34+58+65=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #223A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A41 is #DDC5BE. Grayscale: #333333. Windows color (decimal): -14534079 or 4274722. OLE color: 4274722.

HSL color Cylindrical-coordinate representation of color #223A41: hue angle of 193.55º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #223A41 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 58 65 -
CMYK 0.48 0.11 0 0.75
HSL 193.55º 0.31% 0.19% -
HSV(B) 193.55º 0.48% 0.25% -
XYZ 3.13 3.75 5.56 -
YUV 51.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 34 58 65 0.48 0.11 0 0.75 193.55 0.31 0.19
Hex 22 3A 41 30 B 0 4B C2 1F 13
Octal 42 72 101 60 13 0 113 302 37 23
Binary 100010 111010 1000001 110000 1011 0 1001011 11000010 11111 10011

Color Harmonies of #223A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223A41

Black with #223A41

Text Example


Text Example

White with #223A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223A41; }

 p { color: rgb(34,58,65); }

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

background-color css

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

 a { background-color: rgb(34,58,65); }

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

border-color css

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

 span { border-color: rgb(34,58,65); }

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