Html Css Color HEX #3418CC Persian Blue

📋 copy color: '#3418CC'

red 52 ◦ green 24 ◦ blue 204

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

Shades of Persian Blue #3418CC

Tints of Persian Blue #3418CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 18.57%
G = 8.57%
B = 72.86%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3418CC (or 0x3418CC) is known color: Persian Blue. HEX triplet: 34, 18 and CC. RGB value is (52,24,204). Sum of RGB (Red+Green+Blue) = 52+24+204=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #3418CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3418CC is #CBE733. Grayscale: #343434. Windows color (decimal): -13362996 or 13375540. OLE color: 13375540.

HSL color Cylindrical-coordinate representation of color #3418CC: hue angle of 249.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3418CC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 24 204 -
CMYK 0.75 0.88 0 0.2
HSL 249.33º 0.79% 0.45% -
HSV(B) 249.33º 0.88% 0.8% -
XYZ 12.64 5.74 57.57 -
YUV 52.89 213.28 127.36 -
System Red Green Blue C M Y K H S L
Decimal 52 24 204 0.75 0.88 0 0.2 249.33 0.79 0.45
Hex 34 18 CC 4B 58 0 14 F9 4F 2D
Octal 64 30 314 113 130 0 24 371 117 55
Binary 110100 11000 11001100 1001011 1011000 0 10100 11111001 1001111 101101

Color Harmonies of #3418CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3418CC

Black with #3418CC

Text Example


Text Example

White with #3418CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,24,204); }

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

background-color css

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

 a { background-color: rgb(52,24,204); }

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

border-color css

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

 span { border-color: rgb(52,24,204); }

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