Html Css Color HEX #223F58 Regal Blue

📋 copy color: '#223F58'

red 34 ◦ green 63 ◦ blue 88

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

Shades of Regal Blue #223F58

Tints of Regal Blue #223F58

RGB

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

 GREEN value IS 63 (25% from 255) = 34.05%

 BLUE value IS 88 (34.77% from 255) = 47.57%

R = 18.38%
G = 34.05%
B = 47.57%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#223F58 (or 0x223F58) is known color: Regal Blue. HEX triplet: 22, 3F and 58. RGB value is (34,63,88). Sum of RGB (Red+Green+Blue) = 34+63+88=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #223F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F58 is #DDC0A7. Grayscale: #393939. Windows color (decimal): -14532776 or 5783330. OLE color: 5783330.

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

Color convert

RGB 34 63 88 -
CMYK 0.61 0.28 0 0.65
HSL 207.78º 0.44% 0.24% -
HSV(B) 207.78º 0.61% 0.35% -
XYZ 4.2 4.6 9.9 -
YUV 57.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 34 63 88 0.61 0.28 0 0.65 207.78 0.44 0.24
Hex 22 3F 58 3D 1C 0 41 D0 2C 18
Octal 42 77 130 75 34 0 101 320 54 30
Binary 100010 111111 1011000 111101 11100 0 1000001 11010000 101100 11000

Color Harmonies of #223F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223F58

Black with #223F58

Text Example


Text Example

White with #223F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,63,88); }

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

background-color css

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

 a { background-color: rgb(34,63,88); }

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

border-color css

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

 span { border-color: rgb(34,63,88); }

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