Html Css Color HEX #233A41 Oxford Blue

📋 copy color: '#233A41'

red 35 ◦ green 58 ◦ blue 65

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

Shades of Oxford Blue #233A41

Tints of Oxford Blue #233A41

RGB

 RED value IS 35 (14.06% from 255) = 22.15%

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

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

R = 22.15%
G = 36.71%
B = 41.14%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#233A41 (or 0x233A41) is known color: Oxford Blue. HEX triplet: 23, 3A and 41. RGB value is (35,58,65). Sum of RGB (Red+Green+Blue) = 35+58+65=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #233A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A41 is #DCC5BE. Grayscale: #333333. Windows color (decimal): -14468543 or 4274723. OLE color: 4274723.

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

Color convert

RGB 35 58 65 -
CMYK 0.46 0.11 0 0.75
HSL 194º 0.3% 0.2% -
HSV(B) 194º 0.46% 0.25% -
XYZ 3.16 3.77 5.56 -
YUV 51.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 35 58 65 0.46 0.11 0 0.75 194 0.3 0.2
Hex 23 3A 41 2E B 0 4B C2 1E 14
Octal 43 72 101 56 13 0 113 302 36 24
Binary 100011 111010 1000001 101110 1011 0 1001011 11000010 11110 10100

Color Harmonies of #233A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233A41

Black with #233A41

Text Example


Text Example

White with #233A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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