Html Css Color HEX #432BA5 Blue Gem

📋 copy color: '#432BA5'

red 67 ◦ green 43 ◦ blue 165

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

Shades of Blue Gem #432BA5

Tints of Blue Gem #432BA5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.64%

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

R = 24.36%
G = 15.64%
B = 60%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#432BA5 (or 0x432BA5) is known color: Blue Gem. HEX triplet: 43, 2B and A5. RGB value is (67,43,165). Sum of RGB (Red+Green+Blue) = 67+43+165=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #432BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432BA5 is #BCD45A. Grayscale: #3F3F3F. Windows color (decimal): -12375131 or 10824515. OLE color: 10824515.

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

Color convert

RGB 67 43 165 -
CMYK 0.59 0.74 0 0.35
HSL 251.8º 0.59% 0.41% -
HSV(B) 251.8º 0.74% 0.65% -
XYZ 9.97 5.64 36.16 -
YUV 64.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 67 43 165 0.59 0.74 0 0.35 251.8 0.59 0.41
Hex 43 2B A5 3B 4A 0 23 FC 3B 29
Octal 103 53 245 73 112 0 43 374 73 51
Binary 1000011 101011 10100101 111011 1001010 0 100011 11111100 111011 101001

Color Harmonies of #432BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432BA5

Black with #432BA5

Text Example


Text Example

White with #432BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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