Html Css Color HEX #3622CC Persian Blue

📋 copy color: '#3622CC'

red 54 ◦ green 34 ◦ blue 204

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

Shades of Persian Blue #3622CC

Tints of Persian Blue #3622CC

RGB

 RED value IS 54 (21.48% from 255) = 18.49%

 GREEN value IS 34 (13.67% from 255) = 11.64%

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

R = 18.49%
G = 11.64%
B = 69.86%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3622CC (or 0x3622CC) is known color: Persian Blue. HEX triplet: 36, 22 and CC. RGB value is (54,34,204). Sum of RGB (Red+Green+Blue) = 54+34+204=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #3622CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3622CC is #C9DD33. Grayscale: #3A3A3A. Windows color (decimal): -13229364 or 13378102. OLE color: 13378102.

HSL color Cylindrical-coordinate representation of color #3622CC: hue angle of 247.06º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3622CC is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 34 204 -
CMYK 0.74 0.83 0 0.2
HSL 247.06º 0.71% 0.47% -
HSV(B) 247.06º 0.83% 0.8% -
XYZ 12.99 6.29 57.66 -
YUV 59.36 209.63 124.18 -
System Red Green Blue C M Y K H S L
Decimal 54 34 204 0.74 0.83 0 0.2 247.06 0.71 0.47
Hex 36 22 CC 4A 53 0 14 F7 47 2F
Octal 66 42 314 112 123 0 24 367 107 57
Binary 110110 100010 11001100 1001010 1010011 0 10100 11110111 1000111 101111

Color Harmonies of #3622CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3622CC

Black with #3622CC

Text Example


Text Example

White with #3622CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,34,204); }

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

background-color css

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

 a { background-color: rgb(54,34,204); }

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

border-color css

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

 span { border-color: rgb(54,34,204); }

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