Html Css Color HEX #3A22CC Persian Blue

📋 copy color: '#3A22CC'

red 58 ◦ green 34 ◦ blue 204

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

Shades of Persian Blue #3A22CC

Tints of Persian Blue #3A22CC

RGB

 RED value IS 58 (23.05% from 255) = 19.59%

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

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

R = 19.59%
G = 11.49%
B = 68.92%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A22CC (or 0x3A22CC) is known color: Persian Blue. HEX triplet: 3A, 22 and CC. RGB value is (58,34,204). Sum of RGB (Red+Green+Blue) = 58+34+204=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A22CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A22CC is #C5DD33. Grayscale: #3B3B3B. Windows color (decimal): -12967220 or 13378106. OLE color: 13378106.

HSL color Cylindrical-coordinate representation of color #3A22CC: hue angle of 248.47º 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 #3A22CC is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 34 204 -
CMYK 0.72 0.83 0 0.2
HSL 248.47º 0.71% 0.47% -
HSV(B) 248.47º 0.83% 0.8% -
XYZ 13.22 6.4 57.67 -
YUV 60.56 208.95 126.18 -
System Red Green Blue C M Y K H S L
Decimal 58 34 204 0.72 0.83 0 0.2 248.47 0.71 0.47
Hex 3A 22 CC 48 53 0 14 F8 47 2F
Octal 72 42 314 110 123 0 24 370 107 57
Binary 111010 100010 11001100 1001000 1010011 0 10100 11111000 1000111 101111

Color Harmonies of #3A22CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A22CC

Black with #3A22CC

Text Example


Text Example

White with #3A22CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A22CC; }

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

 H1.HeaderClassName
 {
   color: #3A22CC;
 }
 .AnyTagClassName
 {
   color: #3A22CC;
 }
</style>

background-color css

<style>
 a { background-color: #3A22CC; }

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

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

border-color css

<style>
 span { border-color: #3A22CC; }

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

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