Html Css Color HEX #423BAA Blue Gem

📋 copy color: '#423BAA'

red 66 ◦ green 59 ◦ blue 170

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

Shades of Blue Gem #423BAA

Tints of Blue Gem #423BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

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

R = 22.37%
G = 20%
B = 57.63%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#423BAA (or 0x423BAA) is known color: Blue Gem. HEX triplet: 42, 3B and AA. RGB value is (66,59,170). Sum of RGB (Red+Green+Blue) = 66+59+170=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #423BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423BAA is #BDC455. Grayscale: #494949. Windows color (decimal): -12436566 or 11156290. OLE color: 11156290.

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

Color convert

RGB 66 59 170 -
CMYK 0.61 0.65 0 0.33
HSL 243.78º 0.48% 0.45% -
HSV(B) 243.78º 0.65% 0.67% -
XYZ 11.07 7.19 38.83 -
YUV 73.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 66 59 170 0.61 0.65 0 0.33 243.78 0.48 0.45
Hex 42 3B AA 3D 41 0 21 F4 30 2D
Octal 102 73 252 75 101 0 41 364 60 55
Binary 1000010 111011 10101010 111101 1000001 0 100001 11110100 110000 101101

Color Harmonies of #423BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423BAA

Black with #423BAA

Text Example


Text Example

White with #423BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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