Html Css Color HEX #3B33C2 Persian Blue

📋 copy color: '#3B33C2'

red 59 ◦ green 51 ◦ blue 194

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

Shades of Persian Blue #3B33C2

Tints of Persian Blue #3B33C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 63.82%

R = 19.41%
G = 16.78%
B = 63.82%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3B33C2 (or 0x3B33C2) is known color: Persian Blue. HEX triplet: 3B, 33 and C2. RGB value is (59,51,194). Sum of RGB (Red+Green+Blue) = 59+51+194=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 194 (76.17% from 255 or 63.82% from 304); Max value from RGB is 194 - color contains mainly: blue. Hex color #3B33C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B33C2 is #C4CC3D. Grayscale: #454545. Windows color (decimal): -12897342 or 12727099. OLE color: 12727099.

HSL color Cylindrical-coordinate representation of color #3B33C2: hue angle of 243.36º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B33C2 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 51 194 -
CMYK 0.70 0.74 0 0.24
HSL 243.36º 0.58% 0.48% -
HSV(B) 243.36º 0.74% 0.76% -
XYZ 12.73 7.19 51.76 -
YUV 69.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 59 51 194 0.70 0.74 0 0.24 243.36 0.58 0.48
Hex 3B 33 C2 46 4A 0 18 F3 3A 30
Octal 73 63 302 106 112 0 30 363 72 60
Binary 111011 110011 11000010 1000110 1001010 0 11000 11110011 111010 110000

Color Harmonies of #3B33C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B33C2

Black with #3B33C2

Text Example


Text Example

White with #3B33C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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