Html Css Color HEX #3330B7 Persian Blue

📋 copy color: '#3330B7'

red 51 ◦ green 48 ◦ blue 183

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

Shades of Persian Blue #3330B7

Tints of Persian Blue #3330B7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

 BLUE value IS 183 (71.88% from 255) = 64.89%

R = 18.09%
G = 17.02%
B = 64.89%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3330B7 (or 0x3330B7) is known color: Persian Blue. HEX triplet: 33, 30 and B7. RGB value is (51,48,183). Sum of RGB (Red+Green+Blue) = 51+48+183=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 183 (71.88% from 255 or 64.89% from 282); Max value from RGB is 183 - color contains mainly: blue. Hex color #3330B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3330B7 is #CCCF48. Grayscale: #3F3F3F. Windows color (decimal): -13422409 or 12005427. OLE color: 12005427.

HSL color Cylindrical-coordinate representation of color #3330B7: hue angle of 241.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3330B7 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 51 48 183 -
CMYK 0.72 0.74 0 0.28
HSL 241.33º 0.58% 0.45% -
HSV(B) 241.33º 0.74% 0.72% -
XYZ 10.97 6.24 45.43 -
YUV 64.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 51 48 183 0.72 0.74 0 0.28 241.33 0.58 0.45
Hex 33 30 B7 48 4A 0 1C F1 3A 2D
Octal 63 60 267 110 112 0 34 361 72 55
Binary 110011 110000 10110111 1001000 1001010 0 11100 11110001 111010 101101

Color Harmonies of #3330B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3330B7

Black with #3330B7

Text Example


Text Example

White with #3330B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3330B7; }

 p { color: rgb(51,48,183); }

 H1.HeaderClassName
 {
   color: #3330B7;
 }
 .AnyTagClassName
 {
   color: #3330B7;
 }
</style>

background-color css

<style>
 a { background-color: #3330B7; }

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

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

border-color css

<style>
 span { border-color: #3330B7; }

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

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