Html Css Color HEX #22415B Regal Blue

📋 copy color: '#22415B'

red 34 ◦ green 65 ◦ blue 91

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

Shades of Regal Blue #22415B

Tints of Regal Blue #22415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.21%

 BLUE value IS 91 (35.94% from 255) = 47.89%

R = 17.89%
G = 34.21%
B = 47.89%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22415B (or 0x22415B) is known color: Regal Blue. HEX triplet: 22, 41 and 5B. RGB value is (34,65,91). Sum of RGB (Red+Green+Blue) = 34+65+91=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #22415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22415B is #DDBEA4. Grayscale: #3A3A3A. Windows color (decimal): -14532261 or 5980450. OLE color: 5980450.

HSL color Cylindrical-coordinate representation of color #22415B: hue angle of 207.37º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22415B is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 65 91 -
CMYK 0.63 0.29 0 0.64
HSL 207.37º 0.46% 0.25% -
HSV(B) 207.37º 0.63% 0.36% -
XYZ 4.44 4.88 10.6 -
YUV 58.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 34 65 91 0.63 0.29 0 0.64 207.37 0.46 0.25
Hex 22 41 5B 3F 1D 0 40 CF 2E 19
Octal 42 101 133 77 35 0 100 317 56 31
Binary 100010 1000001 1011011 111111 11101 0 1000000 11001111 101110 11001

Color Harmonies of #22415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22415B

Black with #22415B

Text Example


Text Example

White with #22415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22415B; }

 p { color: rgb(34,65,91); }

 H1.HeaderClassName
 {
   color: #22415B;
 }
 .AnyTagClassName
 {
   color: #22415B;
 }
</style>

background-color css

<style>
 a { background-color: #22415B; }

 a { background-color: rgb(34,65,91); }

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

border-color css

<style>
 span { border-color: #22415B; }

 span { border-color: rgb(34,65,91); }

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