Html Css Color HEX #3414CB Persian Blue

📋 copy color: '#3414CB'

red 52 ◦ green 20 ◦ blue 203

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

Shades of Persian Blue #3414CB

Tints of Persian Blue #3414CB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

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

R = 18.91%
G = 7.27%
B = 73.82%

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

#3414CB (or 0x3414CB) is known color: Persian Blue. HEX triplet: 34, 14 and CB. RGB value is (52,20,203). Sum of RGB (Red+Green+Blue) = 52+20+203=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #3414CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3414CB is #CBEB34. Grayscale: #313131. Windows color (decimal): -13364021 or 13308980. OLE color: 13308980.

HSL color Cylindrical-coordinate representation of color #3414CB: hue angle of 250.49º degrees, saturation: 0.82, 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 #3414CB is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 20 203 -
CMYK 0.74 0.90 0 0.20
HSL 250.49º 0.82% 0.44% -
HSV(B) 250.49º 0.9% 0.8% -
XYZ 12.45 5.54 56.91 -
YUV 50.43 214.1 129.12 -
System Red Green Blue C M Y K H S L
Decimal 52 20 203 0.74 0.90 0 0.20 250.49 0.82 0.44
Hex 34 14 CB 4A 5A 0 14 FA 52 2C
Octal 64 24 313 112 132 0 24 372 122 54
Binary 110100 10100 11001011 1001010 1011010 0 10100 11111010 1010010 101100

Color Harmonies of #3414CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3414CB

Black with #3414CB

Text Example


Text Example

White with #3414CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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