Html Css Color HEX #223A52 Regal Blue

📋 copy color: '#223A52'

red 34 ◦ green 58 ◦ blue 82

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

Shades of Regal Blue #223A52

Tints of Regal Blue #223A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.13%

R = 19.54%
G = 33.33%
B = 47.13%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#223A52 (or 0x223A52) is known color: Regal Blue. HEX triplet: 22, 3A and 52. RGB value is (34,58,82). Sum of RGB (Red+Green+Blue) = 34+58+82=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #223A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A52 is #DDC5AD. Grayscale: #353535. Windows color (decimal): -14534062 or 5388834. OLE color: 5388834.

HSL color Cylindrical-coordinate representation of color #223A52: hue angle of 210º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #223A52 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 58 82 -
CMYK 0.59 0.29 0 0.68
HSL 210º 0.41% 0.23% -
HSV(B) 210º 0.59% 0.32% -
XYZ 3.7 3.98 8.56 -
YUV 53.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 34 58 82 0.59 0.29 0 0.68 210 0.41 0.23
Hex 22 3A 52 3B 1D 0 44 D2 29 17
Octal 42 72 122 73 35 0 104 322 51 27
Binary 100010 111010 1010010 111011 11101 0 1000100 11010010 101001 10111

Color Harmonies of #223A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223A52

Black with #223A52

Text Example


Text Example

White with #223A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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