Html Css Color HEX #423BAE Blue Gem

📋 copy color: '#423BAE'

red 66 ◦ green 59 ◦ blue 174

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

Shades of Blue Gem #423BAE

Tints of Blue Gem #423BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.19%

R = 22.07%
G = 19.73%
B = 58.19%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#423BAE (or 0x423BAE) is known color: Blue Gem. HEX triplet: 42, 3B and AE. RGB value is (66,59,174). Sum of RGB (Red+Green+Blue) = 66+59+174=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #423BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423BAE is #BDC451. Grayscale: #494949. Windows color (decimal): -12436562 or 11418434. OLE color: 11418434.

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

Color convert

RGB 66 59 174 -
CMYK 0.62 0.66 0 0.32
HSL 243.65º 0.49% 0.46% -
HSV(B) 243.65º 0.66% 0.68% -
XYZ 11.45 7.34 40.86 -
YUV 74.2 184.32 122.15 -
System Red Green Blue C M Y K H S L
Decimal 66 59 174 0.62 0.66 0 0.32 243.65 0.49 0.46
Hex 42 3B AE 3E 42 0 20 F4 31 2E
Octal 102 73 256 76 102 0 40 364 61 56
Binary 1000010 111011 10101110 111110 1000010 0 100000 11110100 110001 101110

Color Harmonies of #423BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423BAE

Black with #423BAE

Text Example


Text Example

White with #423BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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