Html Css Color HEX #223D57 Regal Blue

📋 copy color: '#223D57'

red 34 ◦ green 61 ◦ blue 87

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

Shades of Regal Blue #223D57

Tints of Regal Blue #223D57

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

 BLUE value IS 87 (34.38% from 255) = 47.8%

R = 18.68%
G = 33.52%
B = 47.8%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#223D57 (or 0x223D57) is known color: Regal Blue. HEX triplet: 22, 3D and 57. RGB value is (34,61,87). Sum of RGB (Red+Green+Blue) = 34+61+87=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #223D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D57 is #DDC2A8. Grayscale: #373737. Windows color (decimal): -14533289 or 5717282. OLE color: 5717282.

HSL color Cylindrical-coordinate representation of color #223D57: hue angle of 209.43º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #223D57 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 61 87 -
CMYK 0.61 0.30 0 0.66
HSL 209.43º 0.44% 0.24% -
HSV(B) 209.43º 0.61% 0.34% -
XYZ 4.05 4.37 9.65 -
YUV 55.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 34 61 87 0.61 0.30 0 0.66 209.43 0.44 0.24
Hex 22 3D 57 3D 1E 0 42 D1 2C 18
Octal 42 75 127 75 36 0 102 321 54 30
Binary 100010 111101 1010111 111101 11110 0 1000010 11010001 101100 11000

Color Harmonies of #223D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D57

Black with #223D57

Text Example


Text Example

White with #223D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,61,87); }

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

background-color css

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

 a { background-color: rgb(34,61,87); }

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

border-color css

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

 span { border-color: rgb(34,61,87); }

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