Html Css Color HEX #3426CF Persian Blue

📋 copy color: '#3426CF'

red 52 ◦ green 38 ◦ blue 207

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

Shades of Persian Blue #3426CF

Tints of Persian Blue #3426CF

RGB

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

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

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

R = 17.51%
G = 12.79%
B = 69.7%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3426CF (or 0x3426CF) is known color: Persian Blue. HEX triplet: 34, 26 and CF. RGB value is (52,38,207). Sum of RGB (Red+Green+Blue) = 52+38+207=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #3426CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426CF is #CBD930. Grayscale: #3C3C3C. Windows color (decimal): -13359409 or 13575732. OLE color: 13575732.

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

Color convert

RGB 52 38 207 -
CMYK 0.75 0.82 0 0.19
HSL 244.97º 0.69% 0.48% -
HSV(B) 244.97º 0.82% 0.81% -
XYZ 13.37 6.62 59.6 -
YUV 61.45 210.14 121.26 -
System Red Green Blue C M Y K H S L
Decimal 52 38 207 0.75 0.82 0 0.19 244.97 0.69 0.48
Hex 34 26 CF 4B 52 0 13 F5 45 30
Octal 64 46 317 113 122 0 23 365 105 60
Binary 110100 100110 11001111 1001011 1010010 0 10011 11110101 1000101 110000

Color Harmonies of #3426CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3426CF

Black with #3426CF

Text Example


Text Example

White with #3426CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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