Html Css Color HEX #223B56 Regal Blue

📋 copy color: '#223B56'

red 34 ◦ green 59 ◦ blue 86

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

Shades of Regal Blue #223B56

Tints of Regal Blue #223B56

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.96%

 BLUE value IS 86 (33.98% from 255) = 48.04%

R = 18.99%
G = 32.96%
B = 48.04%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#223B56 (or 0x223B56) is known color: Regal Blue. HEX triplet: 22, 3B and 56. RGB value is (34,59,86). Sum of RGB (Red+Green+Blue) = 34+59+86=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #223B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B56 is #DDC4A9. Grayscale: #363636. Windows color (decimal): -14533802 or 5651234. OLE color: 5651234.

HSL color Cylindrical-coordinate representation of color #223B56: hue angle of 211.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223B56 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 59 86 -
CMYK 0.60 0.31 0 0.66
HSL 211.15º 0.43% 0.24% -
HSV(B) 211.15º 0.6% 0.34% -
XYZ 3.9 4.14 9.4 -
YUV 54.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 34 59 86 0.60 0.31 0 0.66 211.15 0.43 0.24
Hex 22 3B 56 3C 1F 0 42 D3 2B 18
Octal 42 73 126 74 37 0 102 323 53 30
Binary 100010 111011 1010110 111100 11111 0 1000010 11010011 101011 11000

Color Harmonies of #223B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B56

Black with #223B56

Text Example


Text Example

White with #223B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,59,86); }

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

background-color css

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

 a { background-color: rgb(34,59,86); }

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

border-color css

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

 span { border-color: rgb(34,59,86); }

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