Html Css Color HEX #3323CF Persian Blue

📋 copy color: '#3323CF'

red 51 ◦ green 35 ◦ blue 207

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

Shades of Persian Blue #3323CF

Tints of Persian Blue #3323CF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.95%

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 17.41%
G = 11.95%
B = 70.65%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3323CF (or 0x3323CF) is known color: Persian Blue. HEX triplet: 33, 23 and CF. RGB value is (51,35,207). Sum of RGB (Red+Green+Blue) = 51+35+207=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #3323CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3323CF is #CCDC30. Grayscale: #3A3A3A. Windows color (decimal): -13425713 or 13574963. OLE color: 13574963.

HSL color Cylindrical-coordinate representation of color #3323CF: hue angle of 245.58º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3323CF is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 35 207 -
CMYK 0.75 0.83 0 0.19
HSL 245.58º 0.71% 0.47% -
HSV(B) 245.58º 0.83% 0.81% -
XYZ 13.23 6.41 59.57 -
YUV 59.39 211.3 122.01 -
System Red Green Blue C M Y K H S L
Decimal 51 35 207 0.75 0.83 0 0.19 245.58 0.71 0.47
Hex 33 23 CF 4B 53 0 13 F6 47 2F
Octal 63 43 317 113 123 0 23 366 107 57
Binary 110011 100011 11001111 1001011 1010011 0 10011 11110110 1000111 101111

Color Harmonies of #3323CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3323CF

Black with #3323CF

Text Example


Text Example

White with #3323CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3323CF; }

 p { color: rgb(51,35,207); }

 H1.HeaderClassName
 {
   color: #3323CF;
 }
 .AnyTagClassName
 {
   color: #3323CF;
 }
</style>

background-color css

<style>
 a { background-color: #3323CF; }

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

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

border-color css

<style>
 span { border-color: #3323CF; }

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

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