Html Css Color HEX #22309B Egyptian Blue

📋 copy color: '#22309B'

red 34 ◦ green 48 ◦ blue 155

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

Shades of Egyptian Blue #22309B

Tints of Egyptian Blue #22309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

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

R = 14.35%
G = 20.25%
B = 65.4%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#22309B (or 0x22309B) is known color: Egyptian Blue. HEX triplet: 22, 30 and 9B. RGB value is (34,48,155). Sum of RGB (Red+Green+Blue) = 34+48+155=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #22309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22309B is #DDCF64. Grayscale: #373737. Windows color (decimal): -14536549 or 10170402. OLE color: 10170402.

HSL color Cylindrical-coordinate representation of color #22309B: hue angle of 233.06º 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 #22309B is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 48 155 -
CMYK 0.78 0.69 0 0.39
HSL 233.06º 0.64% 0.37% -
HSV(B) 233.06º 0.78% 0.61% -
XYZ 7.63 4.82 31.54 -
YUV 56.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 34 48 155 0.78 0.69 0 0.39 233.06 0.64 0.37
Hex 22 30 9B 4E 45 0 27 E9 40 25
Octal 42 60 233 116 105 0 47 351 100 45
Binary 100010 110000 10011011 1001110 1000101 0 100111 11101001 1000000 100101

Color Harmonies of #22309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22309B

Black with #22309B

Text Example


Text Example

White with #22309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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