Html Css Color HEX #332DBE Persian Blue

📋 copy color: '#332DBE'

red 51 ◦ green 45 ◦ blue 190

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

Shades of Persian Blue #332DBE

Tints of Persian Blue #332DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

 BLUE value IS 190 (74.61% from 255) = 66.43%

R = 17.83%
G = 15.73%
B = 66.43%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#332DBE (or 0x332DBE) is known color: Persian Blue. HEX triplet: 33, 2D and BE. RGB value is (51,45,190). Sum of RGB (Red+Green+Blue) = 51+45+190=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #332DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332DBE is #CCD241. Grayscale: #3E3E3E. Windows color (decimal): -13423170 or 12463411. OLE color: 12463411.

HSL color Cylindrical-coordinate representation of color #332DBE: hue angle of 242.48º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332DBE is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 45 190 -
CMYK 0.73 0.76 0 0.25
HSL 242.48º 0.62% 0.46% -
HSV(B) 242.48º 0.76% 0.75% -
XYZ 11.6 6.3 49.32 -
YUV 63.32 199.49 119.21 -
System Red Green Blue C M Y K H S L
Decimal 51 45 190 0.73 0.76 0 0.25 242.48 0.62 0.46
Hex 33 2D BE 49 4C 0 19 F2 3E 2E
Octal 63 55 276 111 114 0 31 362 76 56
Binary 110011 101101 10111110 1001001 1001100 0 11001 11110010 111110 101110

Color Harmonies of #332DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332DBE

Black with #332DBE

Text Example


Text Example

White with #332DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,45,190); }

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

background-color css

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

 a { background-color: rgb(51,45,190); }

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

border-color css

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

 span { border-color: rgb(51,45,190); }

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