Html Css Color HEX #3325CF Persian Blue

📋 copy color: '#3325CF'

red 51 ◦ green 37 ◦ blue 207

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

Shades of Persian Blue #3325CF

Tints of Persian Blue #3325CF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 17.29%
G = 12.54%
B = 70.17%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3325CF (or 0x3325CF) is known color: Persian Blue. HEX triplet: 33, 25 and CF. RGB value is (51,37,207). Sum of RGB (Red+Green+Blue) = 51+37+207=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #3325CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3325CF is #CCDA30. Grayscale: #3B3B3B. Windows color (decimal): -13425201 or 13575475. OLE color: 13575475.

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

Color convert

RGB 51 37 207 -
CMYK 0.75 0.82 0 0.19
HSL 244.94º 0.7% 0.48% -
HSV(B) 244.94º 0.82% 0.81% -
XYZ 13.29 6.53 59.59 -
YUV 60.57 210.64 121.18 -
System Red Green Blue C M Y K H S L
Decimal 51 37 207 0.75 0.82 0 0.19 244.94 0.7 0.48
Hex 33 25 CF 4B 52 0 13 F5 46 30
Octal 63 45 317 113 122 0 23 365 106 60
Binary 110011 100101 11001111 1001011 1010010 0 10011 11110101 1000110 110000

Color Harmonies of #3325CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3325CF

Black with #3325CF

Text Example


Text Example

White with #3325CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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