Html Css Color HEX #3B33BC Persian Blue

📋 copy color: '#3B33BC'

red 59 ◦ green 51 ◦ blue 188

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

Shades of Persian Blue #3B33BC

Tints of Persian Blue #3B33BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 19.8%
G = 17.11%
B = 63.09%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B33BC (or 0x3B33BC) is known color: Persian Blue. HEX triplet: 3B, 33 and BC. RGB value is (59,51,188). Sum of RGB (Red+Green+Blue) = 59+51+188=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B33BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B33BC is #C4CC43. Grayscale: #444444. Windows color (decimal): -12897348 or 12333883. OLE color: 12333883.

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

Color convert

RGB 59 51 188 -
CMYK 0.69 0.73 0 0.26
HSL 243.5º 0.57% 0.47% -
HSV(B) 243.5º 0.73% 0.74% -
XYZ 12.06 6.93 48.28 -
YUV 69.01 195.15 120.86 -
System Red Green Blue C M Y K H S L
Decimal 59 51 188 0.69 0.73 0 0.26 243.5 0.57 0.47
Hex 3B 33 BC 45 49 0 1A F4 39 2F
Octal 73 63 274 105 111 0 32 364 71 57
Binary 111011 110011 10111100 1000101 1001001 0 11010 11110100 111001 101111

Color Harmonies of #3B33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B33BC

Black with #3B33BC

Text Example


Text Example

White with #3B33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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