Html Css Color HEX #3430B9 Persian Blue

📋 copy color: '#3430B9'

red 52 ◦ green 48 ◦ blue 185

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

Shades of Persian Blue #3430B9

Tints of Persian Blue #3430B9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

 BLUE value IS 185 (72.66% from 255) = 64.91%

R = 18.25%
G = 16.84%
B = 64.91%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3430B9 (or 0x3430B9) is known color: Persian Blue. HEX triplet: 34, 30 and B9. RGB value is (52,48,185). Sum of RGB (Red+Green+Blue) = 52+48+185=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #3430B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3430B9 is #CBCF46. Grayscale: #404040. Windows color (decimal): -13356871 or 12136500. OLE color: 12136500.

HSL color Cylindrical-coordinate representation of color #3430B9: hue angle of 241.75º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3430B9 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 48 185 -
CMYK 0.72 0.74 0 0.27
HSL 241.75º 0.59% 0.46% -
HSV(B) 241.75º 0.74% 0.73% -
XYZ 11.23 6.35 46.53 -
YUV 64.81 195.83 118.86 -
System Red Green Blue C M Y K H S L
Decimal 52 48 185 0.72 0.74 0 0.27 241.75 0.59 0.46
Hex 34 30 B9 48 4A 0 1B F2 3B 2E
Octal 64 60 271 110 112 0 33 362 73 56
Binary 110100 110000 10111001 1001000 1001010 0 11011 11110010 111011 101110

Color Harmonies of #3430B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3430B9

Black with #3430B9

Text Example


Text Example

White with #3430B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3430B9; }

 p { color: rgb(52,48,185); }

 H1.HeaderClassName
 {
   color: #3430B9;
 }
 .AnyTagClassName
 {
   color: #3430B9;
 }
</style>

background-color css

<style>
 a { background-color: #3430B9; }

 a { background-color: rgb(52,48,185); }

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

border-color css

<style>
 span { border-color: #3430B9; }

 span { border-color: rgb(52,48,185); }

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