Html Css Color HEX #4333AA Blue Gem

📋 copy color: '#4333AA'

red 67 ◦ green 51 ◦ blue 170

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

Shades of Blue Gem #4333AA

Tints of Blue Gem #4333AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

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

R = 23.26%
G = 17.71%
B = 59.03%

CMYK

 C value IS 0.61

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4333AA (or 0x4333AA) is known color: Blue Gem. HEX triplet: 43, 33 and AA. RGB value is (67,51,170). Sum of RGB (Red+Green+Blue) = 67+51+170=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #4333AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4333AA is #BCCC55. Grayscale: #444444. Windows color (decimal): -12373078 or 11154243. OLE color: 11154243.

HSL color Cylindrical-coordinate representation of color #4333AA: hue angle of 248.07º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4333AA is Cyan = 0.61, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 51 170 -
CMYK 0.61 0.7 0 0.33
HSL 248.07º 0.54% 0.43% -
HSV(B) 248.07º 0.7% 0.67% -
XYZ 10.75 6.46 38.71 -
YUV 69.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 67 51 170 0.61 0.7 0 0.33 248.07 0.54 0.43
Hex 43 33 AA 3D 46 0 21 F8 36 2B
Octal 103 63 252 75 106 0 41 370 66 53
Binary 1000011 110011 10101010 111101 1000110 0 100001 11111000 110110 101011

Color Harmonies of #4333AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4333AA

Black with #4333AA

Text Example


Text Example

White with #4333AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4333AA; }

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

 H1.HeaderClassName
 {
   color: #4333AA;
 }
 .AnyTagClassName
 {
   color: #4333AA;
 }
</style>

background-color css

<style>
 a { background-color: #4333AA; }

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

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

border-color css

<style>
 span { border-color: #4333AA; }

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

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