Html Css Color HEX #423AAD Blue Gem

📋 copy color: '#423AAD'

red 66 ◦ green 58 ◦ blue 173

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

Shades of Blue Gem #423AAD

Tints of Blue Gem #423AAD

RGB

 RED value IS 66 (26.17% from 255) = 22.22%

 GREEN value IS 58 (23.05% from 255) = 19.53%

 BLUE value IS 173 (67.97% from 255) = 58.25%

R = 22.22%
G = 19.53%
B = 58.25%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#423AAD (or 0x423AAD) is known color: Blue Gem. HEX triplet: 42, 3A and AD. RGB value is (66,58,173). Sum of RGB (Red+Green+Blue) = 66+58+173=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #423AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423AAD is #BDC552. Grayscale: #494949. Windows color (decimal): -12436819 or 11352642. OLE color: 11352642.

HSL color Cylindrical-coordinate representation of color #423AAD: hue angle of 244.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423AAD is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 58 173 -
CMYK 0.62 0.66 0 0.32
HSL 244.17º 0.5% 0.45% -
HSV(B) 244.17º 0.66% 0.68% -
XYZ 11.3 7.2 40.33 -
YUV 73.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 66 58 173 0.62 0.66 0 0.32 244.17 0.5 0.45
Hex 42 3A AD 3E 42 0 20 F4 32 2D
Octal 102 72 255 76 102 0 40 364 62 55
Binary 1000010 111010 10101101 111110 1000010 0 100000 11110100 110010 101101

Color Harmonies of #423AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423AAD

Black with #423AAD

Text Example


Text Example

White with #423AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423AAD; }

 p { color: rgb(66,58,173); }

 H1.HeaderClassName
 {
   color: #423AAD;
 }
 .AnyTagClassName
 {
   color: #423AAD;
 }
</style>

background-color css

<style>
 a { background-color: #423AAD; }

 a { background-color: rgb(66,58,173); }

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

border-color css

<style>
 span { border-color: #423AAD; }

 span { border-color: rgb(66,58,173); }

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