Html Css Color HEX #223A50 Regal Blue

📋 copy color: '#223A50'

red 34 ◦ green 58 ◦ blue 80

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

Shades of Regal Blue #223A50

Tints of Regal Blue #223A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 46.51%

R = 19.77%
G = 33.72%
B = 46.51%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#223A50 (or 0x223A50) is known color: Regal Blue. HEX triplet: 22, 3A and 50. RGB value is (34,58,80). Sum of RGB (Red+Green+Blue) = 34+58+80=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #223A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A50 is #DDC5AF. Grayscale: #353535. Windows color (decimal): -14534064 or 5257762. OLE color: 5257762.

HSL color Cylindrical-coordinate representation of color #223A50: hue angle of 208.7º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #223A50 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 58 80 -
CMYK 0.58 0.28 0 0.69
HSL 208.7º 0.4% 0.22% -
HSV(B) 208.7º 0.58% 0.31% -
XYZ 3.62 3.95 8.16 -
YUV 53.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 34 58 80 0.58 0.28 0 0.69 208.7 0.4 0.22
Hex 22 3A 50 3A 1C 0 45 D1 28 16
Octal 42 72 120 72 34 0 105 321 50 26
Binary 100010 111010 1010000 111010 11100 0 1000101 11010001 101000 10110

Color Harmonies of #223A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223A50

Black with #223A50

Text Example


Text Example

White with #223A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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