Html Css Color HEX #432DA5 Blue Gem

📋 copy color: '#432DA5'

red 67 ◦ green 45 ◦ blue 165

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

Shades of Blue Gem #432DA5

Tints of Blue Gem #432DA5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.25%

 BLUE value IS 165 (64.84% from 255) = 59.57%

R = 24.19%
G = 16.25%
B = 59.57%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#432DA5 (or 0x432DA5) is known color: Blue Gem. HEX triplet: 43, 2D and A5. RGB value is (67,45,165). Sum of RGB (Red+Green+Blue) = 67+45+165=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 165 (64.84% from 255 or 59.57% from 277); Max value from RGB is 165 - color contains mainly: blue. Hex color #432DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432DA5 is #BCD25A. Grayscale: #404040. Windows color (decimal): -12374619 or 10825027. OLE color: 10825027.

HSL color Cylindrical-coordinate representation of color #432DA5: hue angle of 251º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432DA5 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 67 45 165 -
CMYK 0.59 0.73 0 0.35
HSL 251º 0.57% 0.41% -
HSV(B) 251º 0.73% 0.65% -
XYZ 10.04 5.79 36.18 -
YUV 65.26 184.29 129.24 -
System Red Green Blue C M Y K H S L
Decimal 67 45 165 0.59 0.73 0 0.35 251 0.57 0.41
Hex 43 2D A5 3B 49 0 23 FB 39 29
Octal 103 55 245 73 111 0 43 373 71 51
Binary 1000011 101101 10100101 111011 1001001 0 100011 11111011 111001 101001

Color Harmonies of #432DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432DA5

Black with #432DA5

Text Example


Text Example

White with #432DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,45,165); }

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

background-color css

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

 a { background-color: rgb(67,45,165); }

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

border-color css

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

 span { border-color: rgb(67,45,165); }

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