Html Css Color HEX #3421CC Persian Blue

📋 copy color: '#3421CC'

red 52 ◦ green 33 ◦ blue 204

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

Shades of Persian Blue #3421CC

Tints of Persian Blue #3421CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 70.59%

R = 17.99%
G = 11.42%
B = 70.59%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3421CC (or 0x3421CC) is known color: Persian Blue. HEX triplet: 34, 21 and CC. RGB value is (52,33,204). Sum of RGB (Red+Green+Blue) = 52+33+204=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #3421CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3421CC is #CBDE33. Grayscale: #393939. Windows color (decimal): -13360692 or 13377844. OLE color: 13377844.

HSL color Cylindrical-coordinate representation of color #3421CC: hue angle of 246.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3421CC is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 33 204 -
CMYK 0.75 0.84 0 0.2
HSL 246.67º 0.72% 0.46% -
HSV(B) 246.67º 0.84% 0.8% -
XYZ 12.86 6.18 57.64 -
YUV 58.18 210.29 123.6 -
System Red Green Blue C M Y K H S L
Decimal 52 33 204 0.75 0.84 0 0.2 246.67 0.72 0.46
Hex 34 21 CC 4B 54 0 14 F7 48 2E
Octal 64 41 314 113 124 0 24 367 110 56
Binary 110100 100001 11001100 1001011 1010100 0 10100 11110111 1001000 101110

Color Harmonies of #3421CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3421CC

Black with #3421CC

Text Example


Text Example

White with #3421CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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