Html Css Color HEX #351BB3 Persian Blue

📋 copy color: '#351BB3'

red 53 ◦ green 27 ◦ blue 179

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

Shades of Persian Blue #351BB3

Tints of Persian Blue #351BB3

RGB

 RED value IS 53 (21.09% from 255) = 20.46%

 GREEN value IS 27 (10.94% from 255) = 10.42%

 BLUE value IS 179 (70.31% from 255) = 69.11%

R = 20.46%
G = 10.42%
B = 69.11%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#351BB3 (or 0x351BB3) is known color: Persian Blue. HEX triplet: 35, 1B and B3. RGB value is (53,27,179). Sum of RGB (Red+Green+Blue) = 53+27+179=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #351BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BB3 is #CAE44C. Grayscale: #333333. Windows color (decimal): -13296717 or 11737909. OLE color: 11737909.

HSL color Cylindrical-coordinate representation of color #351BB3: hue angle of 250.26º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351BB3 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 27 179 -
CMYK 0.70 0.85 0 0.30
HSL 250.26º 0.74% 0.4% -
HSV(B) 250.26º 0.85% 0.7% -
XYZ 10 4.8 43.05 -
YUV 52.1 199.61 128.64 -
System Red Green Blue C M Y K H S L
Decimal 53 27 179 0.70 0.85 0 0.30 250.26 0.74 0.4
Hex 35 1B B3 46 55 0 1E FA 4A 28
Octal 65 33 263 106 125 0 36 372 112 50
Binary 110101 11011 10110011 1000110 1010101 0 11110 11111010 1001010 101000

Color Harmonies of #351BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BB3

Black with #351BB3

Text Example


Text Example

White with #351BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351BB3; }

 p { color: rgb(53,27,179); }

 H1.HeaderClassName
 {
   color: #351BB3;
 }
 .AnyTagClassName
 {
   color: #351BB3;
 }
</style>

background-color css

<style>
 a { background-color: #351BB3; }

 a { background-color: rgb(53,27,179); }

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

border-color css

<style>
 span { border-color: #351BB3; }

 span { border-color: rgb(53,27,179); }

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