Html Css Color HEX #3B3BB3 Persian Blue

📋 copy color: '#3B3BB3'

red 59 ◦ green 59 ◦ blue 179

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

Shades of Persian Blue #3B3BB3

Tints of Persian Blue #3B3BB3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

 BLUE value IS 179 (70.31% from 255) = 60.27%

R = 19.87%
G = 19.87%
B = 60.27%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3B3BB3 (or 0x3B3BB3) is known color: Persian Blue. HEX triplet: 3B, 3B and B3. RGB value is (59,59,179). Sum of RGB (Red+Green+Blue) = 59+59+179=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 179 (70.31% from 255 or 60.27% from 297); Max value from RGB is 179 - color contains mainly: blue. Hex color #3B3BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B3BB3 is #C4C44C. Grayscale: #484848. Windows color (decimal): -12895309 or 11746107. OLE color: 11746107.

HSL color Cylindrical-coordinate representation of color #3B3BB3: hue angle of 240º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B3BB3 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 59 59 179 -
CMYK 0.67 0.67 0 0.30
HSL 240º 0.5% 0.47% -
HSV(B) 240º 0.67% 0.7% -
XYZ 11.5 7.31 43.45 -
YUV 72.68 188 118.24 -
System Red Green Blue C M Y K H S L
Decimal 59 59 179 0.67 0.67 0 0.30 240 0.5 0.47
Hex 3B 3B B3 43 43 0 1E F0 32 2F
Octal 73 73 263 103 103 0 36 360 62 57
Binary 111011 111011 10110011 1000011 1000011 0 11110 11110000 110010 101111

Color Harmonies of #3B3BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3BB3

Black with #3B3BB3

Text Example


Text Example

White with #3B3BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,59,179); }

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

background-color css

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

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

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

border-color css

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

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

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