Html Css Color HEX #3424BE Persian Blue

📋 copy color: '#3424BE'

red 52 ◦ green 36 ◦ blue 190

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

Shades of Persian Blue #3424BE

Tints of Persian Blue #3424BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 190 (74.61% from 255) = 68.35%

R = 18.71%
G = 12.95%
B = 68.35%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3424BE (or 0x3424BE) is known color: Persian Blue. HEX triplet: 34, 24 and BE. RGB value is (52,36,190). Sum of RGB (Red+Green+Blue) = 52+36+190=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #3424BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424BE is #CBDB41. Grayscale: #393939. Windows color (decimal): -13359938 or 12461108. OLE color: 12461108.

HSL color Cylindrical-coordinate representation of color #3424BE: hue angle of 246.23º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3424BE is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 36 190 -
CMYK 0.73 0.81 0 0.25
HSL 246.23º 0.68% 0.44% -
HSV(B) 246.23º 0.81% 0.75% -
XYZ 11.34 5.71 49.22 -
YUV 58.34 202.3 123.48 -
System Red Green Blue C M Y K H S L
Decimal 52 36 190 0.73 0.81 0 0.25 246.23 0.68 0.44
Hex 34 24 BE 49 51 0 19 F6 44 2C
Octal 64 44 276 111 121 0 31 366 104 54
Binary 110100 100100 10111110 1001001 1010001 0 11001 11110110 1000100 101100

Color Harmonies of #3424BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3424BE

Black with #3424BE

Text Example


Text Example

White with #3424BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3424BE; }

 p { color: rgb(52,36,190); }

 H1.HeaderClassName
 {
   color: #3424BE;
 }
 .AnyTagClassName
 {
   color: #3424BE;
 }
</style>

background-color css

<style>
 a { background-color: #3424BE; }

 a { background-color: rgb(52,36,190); }

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

border-color css

<style>
 span { border-color: #3424BE; }

 span { border-color: rgb(52,36,190); }

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