Html Css Color HEX #223850 Regal Blue

📋 copy color: '#223850'

red 34 ◦ green 56 ◦ blue 80

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

Shades of Regal Blue #223850

Tints of Regal Blue #223850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

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

R = 20%
G = 32.94%
B = 47.06%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#223850 (or 0x223850) is known color: Regal Blue. HEX triplet: 22, 38 and 50. RGB value is (34,56,80). Sum of RGB (Red+Green+Blue) = 34+56+80=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #223850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223850 is #DDC7AF. Grayscale: #343434. Windows color (decimal): -14534576 or 5257250. OLE color: 5257250.

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

Color convert

RGB 34 56 80 -
CMYK 0.58 0.30 0 0.69
HSL 211.3º 0.4% 0.22% -
HSV(B) 211.3º 0.58% 0.31% -
XYZ 3.52 3.75 8.13 -
YUV 52.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 34 56 80 0.58 0.30 0 0.69 211.3 0.4 0.22
Hex 22 38 50 3A 1E 0 45 D3 28 16
Octal 42 70 120 72 36 0 105 323 50 26
Binary 100010 111000 1010000 111010 11110 0 1000101 11010011 101000 10110

Color Harmonies of #223850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223850

Black with #223850

Text Example


Text Example

White with #223850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223850; }

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

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

background-color css

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

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

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

border-color css

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

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

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