Html Css Color HEX #3415CB Persian Blue

📋 copy color: '#3415CB'

red 52 ◦ green 21 ◦ blue 203

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

Shades of Persian Blue #3415CB

Tints of Persian Blue #3415CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

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

R = 18.84%
G = 7.61%
B = 73.55%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3415CB (or 0x3415CB) is known color: Persian Blue. HEX triplet: 34, 15 and CB. RGB value is (52,21,203). Sum of RGB (Red+Green+Blue) = 52+21+203=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #3415CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3415CB is #CBEA34. Grayscale: #323232. Windows color (decimal): -13363765 or 13309236. OLE color: 13309236.

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

Color convert

RGB 52 21 203 -
CMYK 0.74 0.90 0 0.20
HSL 250.22º 0.81% 0.44% -
HSV(B) 250.22º 0.9% 0.8% -
XYZ 12.46 5.58 56.92 -
YUV 51.02 213.77 128.7 -
System Red Green Blue C M Y K H S L
Decimal 52 21 203 0.74 0.90 0 0.20 250.22 0.81 0.44
Hex 34 15 CB 4A 5A 0 14 FA 51 2C
Octal 64 25 313 112 132 0 24 372 121 54
Binary 110100 10101 11001011 1001010 1011010 0 10100 11111010 1010001 101100

Color Harmonies of #3415CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3415CB

Black with #3415CB

Text Example


Text Example

White with #3415CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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