Html Css Color HEX #423AAA Blue Gem

📋 copy color: '#423AAA'

red 66 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #423AAA

Tints of Blue Gem #423AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.82%

R = 22.45%
G = 19.73%
B = 57.82%

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

#423AAA (or 0x423AAA) is known color: Blue Gem. HEX triplet: 42, 3A and AA. RGB value is (66,58,170). Sum of RGB (Red+Green+Blue) = 66+58+170=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #423AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423AAA is #BDC555. Grayscale: #484848. Windows color (decimal): -12436822 or 11156034. OLE color: 11156034.

HSL color Cylindrical-coordinate representation of color #423AAA: hue angle of 244.29º 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 #423AAA is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 58 170 -
CMYK 0.61 0.66 0 0.33
HSL 244.29º 0.49% 0.45% -
HSV(B) 244.29º 0.66% 0.67% -
XYZ 11.02 7.09 38.82 -
YUV 73.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 66 58 170 0.61 0.66 0 0.33 244.29 0.49 0.45
Hex 42 3A AA 3D 42 0 21 F4 31 2D
Octal 102 72 252 75 102 0 41 364 61 55
Binary 1000010 111010 10101010 111101 1000010 0 100001 11110100 110001 101101

Color Harmonies of #423AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423AAA

Black with #423AAA

Text Example


Text Example

White with #423AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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