Html Css Color HEX #433AAA Blue Gem

📋 copy color: '#433AAA'

red 67 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #433AAA

Tints of Blue Gem #433AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

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

R = 22.71%
G = 19.66%
B = 57.63%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#433AAA (or 0x433AAA) is known color: Blue Gem. HEX triplet: 43, 3A and AA. RGB value is (67,58,170). Sum of RGB (Red+Green+Blue) = 67+58+170=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #433AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433AAA is #BCC555. Grayscale: #494949. Windows color (decimal): -12371286 or 11156035. OLE color: 11156035.

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

Color convert

RGB 67 58 170 -
CMYK 0.61 0.66 0 0.33
HSL 244.82º 0.49% 0.45% -
HSV(B) 244.82º 0.66% 0.67% -
XYZ 11.08 7.12 38.82 -
YUV 73.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 67 58 170 0.61 0.66 0 0.33 244.82 0.49 0.45
Hex 43 3A AA 3D 42 0 21 F5 31 2D
Octal 103 72 252 75 102 0 41 365 61 55
Binary 1000011 111010 10101010 111101 1000010 0 100001 11110101 110001 101101

Color Harmonies of #433AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433AAA

Black with #433AAA

Text Example


Text Example

White with #433AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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