Html Css Color HEX #3426CB Persian Blue

📋 copy color: '#3426CB'

red 52 ◦ green 38 ◦ blue 203

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

Shades of Persian Blue #3426CB

Tints of Persian Blue #3426CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

 BLUE value IS 203 (79.69% from 255) = 69.28%

R = 17.75%
G = 12.97%
B = 69.28%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3426CB (or 0x3426CB) is known color: Persian Blue. HEX triplet: 34, 26 and CB. RGB value is (52,38,203). Sum of RGB (Red+Green+Blue) = 52+38+203=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #3426CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426CB is #CBD934. Grayscale: #3C3C3C. Windows color (decimal): -13359413 or 13313588. OLE color: 13313588.

HSL color Cylindrical-coordinate representation of color #3426CB: hue angle of 245.09º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3426CB is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 38 203 -
CMYK 0.74 0.81 0 0.20
HSL 245.09º 0.68% 0.47% -
HSV(B) 245.09º 0.81% 0.8% -
XYZ 12.89 6.43 57.06 -
YUV 61 208.14 121.58 -
System Red Green Blue C M Y K H S L
Decimal 52 38 203 0.74 0.81 0 0.20 245.09 0.68 0.47
Hex 34 26 CB 4A 51 0 14 F5 44 2F
Octal 64 46 313 112 121 0 24 365 104 57
Binary 110100 100110 11001011 1001010 1010001 0 10100 11110101 1000100 101111

Color Harmonies of #3426CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3426CB

Black with #3426CB

Text Example


Text Example

White with #3426CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3426CB; }

 p { color: rgb(52,38,203); }

 H1.HeaderClassName
 {
   color: #3426CB;
 }
 .AnyTagClassName
 {
   color: #3426CB;
 }
</style>

background-color css

<style>
 a { background-color: #3426CB; }

 a { background-color: rgb(52,38,203); }

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

border-color css

<style>
 span { border-color: #3426CB; }

 span { border-color: rgb(52,38,203); }

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