Html Css Color HEX #3B2CBC Persian Blue

📋 copy color: '#3B2CBC'

red 59 ◦ green 44 ◦ blue 188

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

Shades of Persian Blue #3B2CBC

Tints of Persian Blue #3B2CBC

RGB

 RED value IS 59 (23.44% from 255) = 20.27%

 GREEN value IS 44 (17.58% from 255) = 15.12%

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

R = 20.27%
G = 15.12%
B = 64.6%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B2CBC (or 0x3B2CBC) is known color: Persian Blue. HEX triplet: 3B, 2C and BC. RGB value is (59,44,188). Sum of RGB (Red+Green+Blue) = 59+44+188=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B2CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2CBC is #C4D343. Grayscale: #404040. Windows color (decimal): -12899140 or 12332091. OLE color: 12332091.

HSL color Cylindrical-coordinate representation of color #3B2CBC: hue angle of 246.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B2CBC is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 44 188 -
CMYK 0.69 0.77 0 0.26
HSL 246.25º 0.62% 0.45% -
HSV(B) 246.25º 0.77% 0.74% -
XYZ 11.78 6.36 48.18 -
YUV 64.9 197.47 123.79 -
System Red Green Blue C M Y K H S L
Decimal 59 44 188 0.69 0.77 0 0.26 246.25 0.62 0.45
Hex 3B 2C BC 45 4D 0 1A F6 3E 2D
Octal 73 54 274 105 115 0 32 366 76 55
Binary 111011 101100 10111100 1000101 1001101 0 11010 11110110 111110 101101

Color Harmonies of #3B2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2CBC

Black with #3B2CBC

Text Example


Text Example

White with #3B2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B2CBC; }

 p { color: rgb(59,44,188); }

 H1.HeaderClassName
 {
   color: #3B2CBC;
 }
 .AnyTagClassName
 {
   color: #3B2CBC;
 }
</style>

background-color css

<style>
 a { background-color: #3B2CBC; }

 a { background-color: rgb(59,44,188); }

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

border-color css

<style>
 span { border-color: #3B2CBC; }

 span { border-color: rgb(59,44,188); }

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