Html Css Color HEX #223D52 Regal Blue

📋 copy color: '#223D52'

red 34 ◦ green 61 ◦ blue 82

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

Shades of Regal Blue #223D52

Tints of Regal Blue #223D52

RGB

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

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

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

R = 19.21%
G = 34.46%
B = 46.33%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#223D52 (or 0x223D52) is known color: Regal Blue. HEX triplet: 22, 3D and 52. RGB value is (34,61,82). Sum of RGB (Red+Green+Blue) = 34+61+82=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #223D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D52 is #DDC2AD. Grayscale: #373737. Windows color (decimal): -14533294 or 5389602. OLE color: 5389602.

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

Color convert

RGB 34 61 82 -
CMYK 0.59 0.26 0 0.68
HSL 206.25º 0.41% 0.23% -
HSV(B) 206.25º 0.59% 0.32% -
XYZ 3.85 4.29 8.61 -
YUV 55.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 34 61 82 0.59 0.26 0 0.68 206.25 0.41 0.23
Hex 22 3D 52 3B 1A 0 44 CE 29 17
Octal 42 75 122 73 32 0 104 316 51 27
Binary 100010 111101 1010010 111011 11010 0 1000100 11001110 101001 10111

Color Harmonies of #223D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D52

Black with #223D52

Text Example


Text Example

White with #223D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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