Html Css Color HEX #423DAD Blue Gem

📋 copy color: '#423DAD'

red 66 ◦ green 61 ◦ blue 173

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

Shades of Blue Gem #423DAD

Tints of Blue Gem #423DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

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

R = 22%
G = 20.33%
B = 57.67%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#423DAD (or 0x423DAD) is known color: Blue Gem. HEX triplet: 42, 3D and AD. RGB value is (66,61,173). Sum of RGB (Red+Green+Blue) = 66+61+173=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #423DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423DAD is #BDC252. Grayscale: #4A4A4A. Windows color (decimal): -12436051 or 11353410. OLE color: 11353410.

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

Color convert

RGB 66 61 173 -
CMYK 0.62 0.65 0 0.32
HSL 242.68º 0.48% 0.46% -
HSV(B) 242.68º 0.65% 0.68% -
XYZ 11.46 7.51 40.38 -
YUV 75.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 66 61 173 0.62 0.65 0 0.32 242.68 0.48 0.46
Hex 42 3D AD 3E 41 0 20 F3 30 2E
Octal 102 75 255 76 101 0 40 363 60 56
Binary 1000010 111101 10101101 111110 1000001 0 100000 11110011 110000 101110

Color Harmonies of #423DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423DAD

Black with #423DAD

Text Example


Text Example

White with #423DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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