Html Css Color HEX #3B3CB0 Persian Blue

📋 copy color: '#3B3CB0'

red 59 ◦ green 60 ◦ blue 176

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

Shades of Persian Blue #3B3CB0

Tints of Persian Blue #3B3CB0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

 BLUE value IS 176 (69.14% from 255) = 59.66%

R = 20%
G = 20.34%
B = 59.66%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3B3CB0 (or 0x3B3CB0) is known color: Persian Blue. HEX triplet: 3B, 3C and B0. RGB value is (59,60,176). Sum of RGB (Red+Green+Blue) = 59+60+176=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 176 (69.14% from 255 or 59.66% from 295); Max value from RGB is 176 - color contains mainly: blue. Hex color #3B3CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3CB0 is #C4C34F. Grayscale: #484848. Windows color (decimal): -12895056 or 11549755. OLE color: 11549755.

HSL color Cylindrical-coordinate representation of color #3B3CB0: hue angle of 239.49º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3CB0 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 60 176 -
CMYK 0.66 0.66 0 0.31
HSL 239.49º 0.5% 0.46% -
HSV(B) 239.49º 0.66% 0.69% -
XYZ 11.26 7.3 41.89 -
YUV 72.93 186.17 118.07 -
System Red Green Blue C M Y K H S L
Decimal 59 60 176 0.66 0.66 0 0.31 239.49 0.5 0.46
Hex 3B 3C B0 42 42 0 1F EF 32 2E
Octal 73 74 260 102 102 0 37 357 62 56
Binary 111011 111100 10110000 1000010 1000010 0 11111 11101111 110010 101110

Color Harmonies of #3B3CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3CB0

Black with #3B3CB0

Text Example


Text Example

White with #3B3CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,60,176); }

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

background-color css

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

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

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

border-color css

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

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

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