Html Css Color HEX #22339B Egyptian Blue

📋 copy color: '#22339B'

red 34 ◦ green 51 ◦ blue 155

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

Shades of Egyptian Blue #22339B

Tints of Egyptian Blue #22339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

 BLUE value IS 155 (60.94% from 255) = 64.58%

R = 14.17%
G = 21.25%
B = 64.58%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#22339B (or 0x22339B) is known color: Egyptian Blue. HEX triplet: 22, 33 and 9B. RGB value is (34,51,155). Sum of RGB (Red+Green+Blue) = 34+51+155=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #22339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22339B is #DDCC64. Grayscale: #393939. Windows color (decimal): -14535781 or 10171170. OLE color: 10171170.

HSL color Cylindrical-coordinate representation of color #22339B: hue angle of 231.57º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22339B is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 51 155 -
CMYK 0.78 0.67 0 0.39
HSL 231.57º 0.64% 0.37% -
HSV(B) 231.57º 0.78% 0.61% -
XYZ 7.76 5.07 31.58 -
YUV 57.77 182.87 111.04 -
System Red Green Blue C M Y K H S L
Decimal 34 51 155 0.78 0.67 0 0.39 231.57 0.64 0.37
Hex 22 33 9B 4E 43 0 27 E8 40 25
Octal 42 63 233 116 103 0 47 350 100 45
Binary 100010 110011 10011011 1001110 1000011 0 100111 11101000 1000000 100101

Color Harmonies of #22339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22339B

Black with #22339B

Text Example


Text Example

White with #22339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,51,155); }

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

background-color css

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

 a { background-color: rgb(34,51,155); }

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

border-color css

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

 span { border-color: rgb(34,51,155); }

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