Html Css Color HEX #432EA2 Blue Gem

📋 copy color: '#432EA2'

red 67 ◦ green 46 ◦ blue 162

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

Shades of Blue Gem #432EA2

Tints of Blue Gem #432EA2

RGB

 RED value IS 67 (26.56% from 255) = 24.36%

 GREEN value IS 46 (18.36% from 255) = 16.73%

 BLUE value IS 162 (63.67% from 255) = 58.91%

R = 24.36%
G = 16.73%
B = 58.91%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#432EA2 (or 0x432EA2) is known color: Blue Gem. HEX triplet: 43, 2E and A2. RGB value is (67,46,162). Sum of RGB (Red+Green+Blue) = 67+46+162=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #432EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432EA2 is #BCD15D. Grayscale: #414141. Windows color (decimal): -12374366 or 10628675. OLE color: 10628675.

HSL color Cylindrical-coordinate representation of color #432EA2: hue angle of 250.86º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432EA2 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 67 46 162 -
CMYK 0.59 0.72 0 0.36
HSL 250.86º 0.56% 0.41% -
HSV(B) 250.86º 0.72% 0.64% -
XYZ 9.81 5.76 34.78 -
YUV 65.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 67 46 162 0.59 0.72 0 0.36 250.86 0.56 0.41
Hex 43 2E A2 3B 48 0 24 FB 38 29
Octal 103 56 242 73 110 0 44 373 70 51
Binary 1000011 101110 10100010 111011 1001000 0 100100 11111011 111000 101001

Color Harmonies of #432EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432EA2

Black with #432EA2

Text Example


Text Example

White with #432EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432EA2; }

 p { color: rgb(67,46,162); }

 H1.HeaderClassName
 {
   color: #432EA2;
 }
 .AnyTagClassName
 {
   color: #432EA2;
 }
</style>

background-color css

<style>
 a { background-color: #432EA2; }

 a { background-color: rgb(67,46,162); }

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

border-color css

<style>
 span { border-color: #432EA2; }

 span { border-color: rgb(67,46,162); }

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