Html Css Color HEX #332DBC Persian Blue

📋 copy color: '#332DBC'

red 51 ◦ green 45 ◦ blue 188

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

Shades of Persian Blue #332DBC

Tints of Persian Blue #332DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 17.96%
G = 15.85%
B = 66.2%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#332DBC (or 0x332DBC) is known color: Persian Blue. HEX triplet: 33, 2D and BC. RGB value is (51,45,188). Sum of RGB (Red+Green+Blue) = 51+45+188=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #332DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332DBC is #CCD243. Grayscale: #3E3E3E. Windows color (decimal): -13423172 or 12332339. OLE color: 12332339.

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

Color convert

RGB 51 45 188 -
CMYK 0.73 0.76 0 0.26
HSL 242.52º 0.61% 0.46% -
HSV(B) 242.52º 0.76% 0.74% -
XYZ 11.38 6.21 48.18 -
YUV 63.1 198.49 119.37 -
System Red Green Blue C M Y K H S L
Decimal 51 45 188 0.73 0.76 0 0.26 242.52 0.61 0.46
Hex 33 2D BC 49 4C 0 1A F3 3D 2E
Octal 63 55 274 111 114 0 32 363 75 56
Binary 110011 101101 10111100 1001001 1001100 0 11010 11110011 111101 101110

Color Harmonies of #332DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332DBC

Black with #332DBC

Text Example


Text Example

White with #332DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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