Html Css Color HEX #332BBF Persian Blue

📋 copy color: '#332BBF'

red 51 ◦ green 43 ◦ blue 191

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

Shades of Persian Blue #332BBF

Tints of Persian Blue #332BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.02%

R = 17.89%
G = 15.09%
B = 67.02%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#332BBF (or 0x332BBF) is known color: Persian Blue. HEX triplet: 33, 2B and BF. RGB value is (51,43,191). Sum of RGB (Red+Green+Blue) = 51+43+191=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #332BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BBF is #CCD440. Grayscale: #3D3D3D. Windows color (decimal): -13423681 or 12528435. OLE color: 12528435.

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

Color convert

RGB 51 43 191 -
CMYK 0.73 0.77 0 0.25
HSL 243.24º 0.63% 0.46% -
HSV(B) 243.24º 0.77% 0.75% -
XYZ 11.63 6.19 49.87 -
YUV 62.26 200.65 119.97 -
System Red Green Blue C M Y K H S L
Decimal 51 43 191 0.73 0.77 0 0.25 243.24 0.63 0.46
Hex 33 2B BF 49 4D 0 19 F3 3F 2E
Octal 63 53 277 111 115 0 31 363 77 56
Binary 110011 101011 10111111 1001001 1001101 0 11001 11110011 111111 101110

Color Harmonies of #332BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332BBF

Black with #332BBF

Text Example


Text Example

White with #332BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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