Html Css Color HEX #3333B4 Persian Blue

📋 copy color: '#3333B4'

red 51 ◦ green 51 ◦ blue 180

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

Shades of Persian Blue #3333B4

Tints of Persian Blue #3333B4

RGB

 RED value IS 51 (20.31% from 255) = 18.09%

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

 BLUE value IS 180 (70.7% from 255) = 63.83%

R = 18.09%
G = 18.09%
B = 63.83%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3333B4 (or 0x3333B4) is known color: Persian Blue. HEX triplet: 33, 33 and B4. RGB value is (51,51,180). Sum of RGB (Red+Green+Blue) = 51+51+180=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #3333B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3333B4 is #CCCC4B. Grayscale: #414141. Windows color (decimal): -13421644 or 11809587. OLE color: 11809587.

HSL color Cylindrical-coordinate representation of color #3333B4: hue angle of 240º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3333B4 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 51 180 -
CMYK 0.72 0.72 0 0.29
HSL 240º 0.56% 0.45% -
HSV(B) 240º 0.72% 0.71% -
XYZ 10.79 6.37 43.84 -
YUV 65.71 192.5 117.51 -
System Red Green Blue C M Y K H S L
Decimal 51 51 180 0.72 0.72 0 0.29 240 0.56 0.45
Hex 33 33 B4 48 48 0 1D F0 38 2D
Octal 63 63 264 110 110 0 35 360 70 55
Binary 110011 110011 10110100 1001000 1001000 0 11101 11110000 111000 101101

Color Harmonies of #3333B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3333B4

Black with #3333B4

Text Example


Text Example

White with #3333B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3333B4; }

 p { color: rgb(51,51,180); }

 H1.HeaderClassName
 {
   color: #3333B4;
 }
 .AnyTagClassName
 {
   color: #3333B4;
 }
</style>

background-color css

<style>
 a { background-color: #3333B4; }

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

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

border-color css

<style>
 span { border-color: #3333B4; }

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

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