Html Css Color HEX #223B52 Regal Blue

📋 copy color: '#223B52'

red 34 ◦ green 59 ◦ blue 82

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

Shades of Regal Blue #223B52

Tints of Regal Blue #223B52

RGB

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

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

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

R = 19.43%
G = 33.71%
B = 46.86%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#223B52 (or 0x223B52) is known color: Regal Blue. HEX triplet: 22, 3B and 52. RGB value is (34,59,82). Sum of RGB (Red+Green+Blue) = 34+59+82=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #223B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B52 is #DDC4AD. Grayscale: #363636. Windows color (decimal): -14533806 or 5389090. OLE color: 5389090.

HSL color Cylindrical-coordinate representation of color #223B52: hue angle of 208.75º 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 #223B52 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 59 82 -
CMYK 0.59 0.28 0 0.68
HSL 208.75º 0.41% 0.23% -
HSV(B) 208.75º 0.59% 0.32% -
XYZ 3.75 4.08 8.57 -
YUV 54.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 34 59 82 0.59 0.28 0 0.68 208.75 0.41 0.23
Hex 22 3B 52 3B 1C 0 44 D1 29 17
Octal 42 73 122 73 34 0 104 321 51 27
Binary 100010 111011 1010010 111011 11100 0 1000100 11010001 101001 10111

Color Harmonies of #223B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B52

Black with #223B52

Text Example


Text Example

White with #223B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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