Html Css Color HEX #332BAE Persian Blue

📋 copy color: '#332BAE'

red 51 ◦ green 43 ◦ blue 174

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

Shades of Persian Blue #332BAE

Tints of Persian Blue #332BAE

RGB

 RED value IS 51 (20.31% from 255) = 19.03%

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

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 19.03%
G = 16.04%
B = 64.93%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#332BAE (or 0x332BAE) is known color: Persian Blue. HEX triplet: 33, 2B and AE. RGB value is (51,43,174). Sum of RGB (Red+Green+Blue) = 51+43+174=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #332BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332BAE is #CCD451. Grayscale: #3B3B3B. Windows color (decimal): -13423698 or 11414323. OLE color: 11414323.

HSL color Cylindrical-coordinate representation of color #332BAE: hue angle of 243.66º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #332BAE is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 43 174 -
CMYK 0.71 0.75 0 0.32
HSL 243.66º 0.6% 0.43% -
HSV(B) 243.66º 0.75% 0.68% -
XYZ 9.87 5.49 40.58 -
YUV 60.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 51 43 174 0.71 0.75 0 0.32 243.66 0.6 0.43
Hex 33 2B AE 47 4B 0 20 F4 3C 2B
Octal 63 53 256 107 113 0 40 364 74 53
Binary 110011 101011 10101110 1000111 1001011 0 100000 11110100 111100 101011

Color Harmonies of #332BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BAE

Black with #332BAE

Text Example


Text Example

White with #332BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332BAE; }

 p { color: rgb(51,43,174); }

 H1.HeaderClassName
 {
   color: #332BAE;
 }
 .AnyTagClassName
 {
   color: #332BAE;
 }
</style>

background-color css

<style>
 a { background-color: #332BAE; }

 a { background-color: rgb(51,43,174); }

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

border-color css

<style>
 span { border-color: #332BAE; }

 span { border-color: rgb(51,43,174); }

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