Html Css Color HEX #423AAB Blue Gem

📋 copy color: '#423AAB'

red 66 ◦ green 58 ◦ blue 171

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

Shades of Blue Gem #423AAB

Tints of Blue Gem #423AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 22.37%
G = 19.66%
B = 57.97%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#423AAB (or 0x423AAB) is known color: Blue Gem. HEX triplet: 42, 3A and AB. RGB value is (66,58,171). Sum of RGB (Red+Green+Blue) = 66+58+171=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #423AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423AAB is #BDC554. Grayscale: #484848. Windows color (decimal): -12436821 or 11221570. OLE color: 11221570.

HSL color Cylindrical-coordinate representation of color #423AAB: hue angle of 244.25º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423AAB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 58 171 -
CMYK 0.61 0.66 0 0.33
HSL 244.25º 0.49% 0.45% -
HSV(B) 244.25º 0.66% 0.67% -
XYZ 11.11 7.12 39.32 -
YUV 73.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 66 58 171 0.61 0.66 0 0.33 244.25 0.49 0.45
Hex 42 3A AB 3D 42 0 21 F4 31 2D
Octal 102 72 253 75 102 0 41 364 61 55
Binary 1000010 111010 10101011 111101 1000010 0 100001 11110100 110001 101101

Color Harmonies of #423AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423AAB

Black with #423AAB

Text Example


Text Example

White with #423AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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