Html Css Color HEX #433CAA Blue Gem

📋 copy color: '#433CAA'

red 67 ◦ green 60 ◦ blue 170

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

Shades of Blue Gem #433CAA

Tints of Blue Gem #433CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.24%

R = 22.56%
G = 20.2%
B = 57.24%

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

#433CAA (or 0x433CAA) is known color: Blue Gem. HEX triplet: 43, 3C and AA. RGB value is (67,60,170). Sum of RGB (Red+Green+Blue) = 67+60+170=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #433CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433CAA is #BCC355. Grayscale: #4A4A4A. Windows color (decimal): -12370774 or 11156547. OLE color: 11156547.

HSL color Cylindrical-coordinate representation of color #433CAA: hue angle of 243.82º 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 #433CAA is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 60 170 -
CMYK 0.61 0.65 0 0.33
HSL 243.82º 0.48% 0.45% -
HSV(B) 243.82º 0.65% 0.67% -
XYZ 11.19 7.33 38.85 -
YUV 74.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 67 60 170 0.61 0.65 0 0.33 243.82 0.48 0.45
Hex 43 3C AA 3D 41 0 21 F4 30 2D
Octal 103 74 252 75 101 0 41 364 60 55
Binary 1000011 111100 10101010 111101 1000001 0 100001 11110100 110000 101101

Color Harmonies of #433CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433CAA

Black with #433CAA

Text Example


Text Example

White with #433CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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