Html Css Color HEX #423FA4 Blue Gem

📋 copy color: '#423FA4'

red 66 ◦ green 63 ◦ blue 164

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

Shades of Blue Gem #423FA4

Tints of Blue Gem #423FA4

RGB

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

 GREEN value IS 63 (25% from 255) = 21.5%

 BLUE value IS 164 (64.45% from 255) = 55.97%

R = 22.53%
G = 21.5%
B = 55.97%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#423FA4 (or 0x423FA4) is known color: Blue Gem. HEX triplet: 42, 3F and A4. RGB value is (66,63,164). Sum of RGB (Red+Green+Blue) = 66+63+164=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 164 (64.45% from 255 or 55.97% from 293); Max value from RGB is 164 - color contains mainly: blue. Hex color #423FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423FA4 is #BDC05B. Grayscale: #4B4B4B. Windows color (decimal): -12435548 or 10764098. OLE color: 10764098.

HSL color Cylindrical-coordinate representation of color #423FA4: hue angle of 241.78º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423FA4 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 63 164 -
CMYK 0.60 0.62 0 0.36
HSL 241.78º 0.44% 0.45% -
HSV(B) 241.78º 0.62% 0.64% -
XYZ 10.73 7.39 35.98 -
YUV 75.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 66 63 164 0.60 0.62 0 0.36 241.78 0.44 0.45
Hex 42 3F A4 3C 3E 0 24 F2 2C 2D
Octal 102 77 244 74 76 0 44 362 54 55
Binary 1000010 111111 10100100 111100 111110 0 100100 11110010 101100 101101

Color Harmonies of #423FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423FA4

Black with #423FA4

Text Example


Text Example

White with #423FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,63,164); }

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

background-color css

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

 a { background-color: rgb(66,63,164); }

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

border-color css

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

 span { border-color: rgb(66,63,164); }

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