Html Css Color HEX #332BCD Persian Blue

📋 copy color: '#332BCD'

red 51 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #332BCD

Tints of Persian Blue #332BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.56%

R = 17.06%
G = 14.38%
B = 68.56%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#332BCD (or 0x332BCD) is known color: Persian Blue. HEX triplet: 33, 2B and CD. RGB value is (51,43,205). Sum of RGB (Red+Green+Blue) = 51+43+205=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #332BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BCD is #CCD432. Grayscale: #3F3F3F. Windows color (decimal): -13423667 or 13445939. OLE color: 13445939.

HSL color Cylindrical-coordinate representation of color #332BCD: hue angle of 242.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332BCD is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 43 205 -
CMYK 0.75 0.79 0 0.20
HSL 242.96º 0.65% 0.49% -
HSV(B) 242.96º 0.79% 0.8% -
XYZ 13.25 6.84 58.38 -
YUV 63.86 207.65 118.83 -
System Red Green Blue C M Y K H S L
Decimal 51 43 205 0.75 0.79 0 0.20 242.96 0.65 0.49
Hex 33 2B CD 4B 4F 0 14 F3 41 31
Octal 63 53 315 113 117 0 24 363 101 61
Binary 110011 101011 11001101 1001011 1001111 0 10100 11110011 1000001 110001

Color Harmonies of #332BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BCD

Black with #332BCD

Text Example


Text Example

White with #332BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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