Html Css Color HEX #433CAC Blue Gem

📋 copy color: '#433CAC'

red 67 ◦ green 60 ◦ blue 172

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

Shades of Blue Gem #433CAC

Tints of Blue Gem #433CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.07%

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 22.41%
G = 20.07%
B = 57.53%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#433CAC (or 0x433CAC) is known color: Blue Gem. HEX triplet: 43, 3C and AC. RGB value is (67,60,172). Sum of RGB (Red+Green+Blue) = 67+60+172=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #433CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433CAC is #BCC353. Grayscale: #4A4A4A. Windows color (decimal): -12370772 or 11287619. OLE color: 11287619.

HSL color Cylindrical-coordinate representation of color #433CAC: hue angle of 243.75º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #433CAC is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 60 172 -
CMYK 0.61 0.65 0 0.33
HSL 243.75º 0.48% 0.45% -
HSV(B) 243.75º 0.65% 0.67% -
XYZ 11.38 7.4 39.86 -
YUV 74.86 182.82 122.39 -
System Red Green Blue C M Y K H S L
Decimal 67 60 172 0.61 0.65 0 0.33 243.75 0.48 0.45
Hex 43 3C AC 3D 41 0 21 F4 30 2D
Octal 103 74 254 75 101 0 41 364 60 55
Binary 1000011 111100 10101100 111101 1000001 0 100001 11110100 110000 101101

Color Harmonies of #433CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433CAC

Black with #433CAC

Text Example


Text Example

White with #433CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433CAC; }

 p { color: rgb(67,60,172); }

 H1.HeaderClassName
 {
   color: #433CAC;
 }
 .AnyTagClassName
 {
   color: #433CAC;
 }
</style>

background-color css

<style>
 a { background-color: #433CAC; }

 a { background-color: rgb(67,60,172); }

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

border-color css

<style>
 span { border-color: #433CAC; }

 span { border-color: rgb(67,60,172); }

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