Html Css Color HEX #3421CF Persian Blue

📋 copy color: '#3421CF'

red 52 ◦ green 33 ◦ blue 207

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

Shades of Persian Blue #3421CF

Tints of Persian Blue #3421CF

RGB

 RED value IS 52 (20.7% from 255) = 17.81%

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 17.81%
G = 11.3%
B = 70.89%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3421CF (or 0x3421CF) is known color: Persian Blue. HEX triplet: 34, 21 and CF. RGB value is (52,33,207). Sum of RGB (Red+Green+Blue) = 52+33+207=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #3421CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3421CF is #CBDE30. Grayscale: #393939. Windows color (decimal): -13360689 or 13574452. OLE color: 13574452.

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

Color convert

RGB 52 33 207 -
CMYK 0.75 0.84 0 0.19
HSL 246.55º 0.73% 0.47% -
HSV(B) 246.55º 0.84% 0.81% -
XYZ 13.22 6.32 59.56 -
YUV 58.52 211.79 123.35 -
System Red Green Blue C M Y K H S L
Decimal 52 33 207 0.75 0.84 0 0.19 246.55 0.73 0.47
Hex 34 21 CF 4B 54 0 13 F7 48 2F
Octal 64 41 317 113 124 0 23 367 110 57
Binary 110100 100001 11001111 1001011 1010100 0 10011 11110111 1001000 101111

Color Harmonies of #3421CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3421CF

Black with #3421CF

Text Example


Text Example

White with #3421CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,33,207); }

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

background-color css

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

 a { background-color: rgb(52,33,207); }

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

border-color css

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

 span { border-color: rgb(52,33,207); }

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