Html Css Color HEX #341ACF Persian Blue

📋 copy color: '#341ACF'

red 52 ◦ green 26 ◦ blue 207

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

Shades of Persian Blue #341ACF

Tints of Persian Blue #341ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

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

R = 18.25%
G = 9.12%
B = 72.63%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#341ACF (or 0x341ACF) is known color: Persian Blue. HEX triplet: 34, 1A and CF. RGB value is (52,26,207). Sum of RGB (Red+Green+Blue) = 52+26+207=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #341ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ACF is #CBE530. Grayscale: #353535. Windows color (decimal): -13362481 or 13572660. OLE color: 13572660.

HSL color Cylindrical-coordinate representation of color #341ACF: hue angle of 248.62º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341ACF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 26 207 -
CMYK 0.75 0.87 0 0.19
HSL 248.62º 0.78% 0.46% -
HSV(B) 248.62º 0.87% 0.81% -
XYZ 13.05 5.97 59.5 -
YUV 54.41 214.11 126.28 -
System Red Green Blue C M Y K H S L
Decimal 52 26 207 0.75 0.87 0 0.19 248.62 0.78 0.46
Hex 34 1A CF 4B 57 0 13 F9 4E 2E
Octal 64 32 317 113 127 0 23 371 116 56
Binary 110100 11010 11001111 1001011 1010111 0 10011 11111001 1001110 101110

Color Harmonies of #341ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341ACF

Black with #341ACF

Text Example


Text Example

White with #341ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341ACF; }

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

 H1.HeaderClassName
 {
   color: #341ACF;
 }
 .AnyTagClassName
 {
   color: #341ACF;
 }
</style>

background-color css

<style>
 a { background-color: #341ACF; }

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

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

border-color css

<style>
 span { border-color: #341ACF; }

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

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