Html Css Color HEX #3431CE Persian Blue

📋 copy color: '#3431CE'

red 52 ◦ green 49 ◦ blue 206

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

Shades of Persian Blue #3431CE

Tints of Persian Blue #3431CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 16.94%
G = 15.96%
B = 67.1%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3431CE (or 0x3431CE) is known color: Persian Blue. HEX triplet: 34, 31 and CE. RGB value is (52,49,206). Sum of RGB (Red+Green+Blue) = 52+49+206=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #3431CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3431CE is #CBCE31. Grayscale: #434343. Windows color (decimal): -13356594 or 13513012. OLE color: 13513012.

HSL color Cylindrical-coordinate representation of color #3431CE: hue angle of 241.15º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3431CE is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 49 206 -
CMYK 0.75 0.76 0 0.19
HSL 241.15º 0.62% 0.5% -
HSV(B) 241.15º 0.76% 0.81% -
XYZ 13.66 7.38 59.1 -
YUV 67.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 52 49 206 0.75 0.76 0 0.19 241.15 0.62 0.5
Hex 34 31 CE 4B 4C 0 13 F1 3E 32
Octal 64 61 316 113 114 0 23 361 76 62
Binary 110100 110001 11001110 1001011 1001100 0 10011 11110001 111110 110010

Color Harmonies of #3431CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3431CE

Black with #3431CE

Text Example


Text Example

White with #3431CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3431CE; }

 p { color: rgb(52,49,206); }

 H1.HeaderClassName
 {
   color: #3431CE;
 }
 .AnyTagClassName
 {
   color: #3431CE;
 }
</style>

background-color css

<style>
 a { background-color: #3431CE; }

 a { background-color: rgb(52,49,206); }

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

border-color css

<style>
 span { border-color: #3431CE; }

 span { border-color: rgb(52,49,206); }

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