Html Css Color HEX #223950 Regal Blue

📋 copy color: '#223950'

red 34 ◦ green 57 ◦ blue 80

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

Shades of Regal Blue #223950

Tints of Regal Blue #223950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.33%

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

R = 19.88%
G = 33.33%
B = 46.78%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#223950 (or 0x223950) is known color: Regal Blue. HEX triplet: 22, 39 and 50. RGB value is (34,57,80). Sum of RGB (Red+Green+Blue) = 34+57+80=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #223950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223950 is #DDC6AF. Grayscale: #343434. Windows color (decimal): -14534320 or 5257506. OLE color: 5257506.

HSL color Cylindrical-coordinate representation of color #223950: hue angle of 210º 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 #223950 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 57 80 -
CMYK 0.58 0.29 0 0.69
HSL 210º 0.4% 0.22% -
HSV(B) 210º 0.58% 0.31% -
XYZ 3.57 3.85 8.14 -
YUV 52.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 34 57 80 0.58 0.29 0 0.69 210 0.4 0.22
Hex 22 39 50 3A 1D 0 45 D2 28 16
Octal 42 71 120 72 35 0 105 322 50 26
Binary 100010 111001 1010000 111010 11101 0 1000101 11010010 101000 10110

Color Harmonies of #223950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223950

Black with #223950

Text Example


Text Example

White with #223950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223950; }

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

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

background-color css

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

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

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

border-color css

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

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

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