Html Css Color HEX #351ABB Persian Blue

📋 copy color: '#351ABB'

red 53 ◦ green 26 ◦ blue 187

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

Shades of Persian Blue #351ABB

Tints of Persian Blue #351ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.77%

 BLUE value IS 187 (73.44% from 255) = 70.3%

R = 19.92%
G = 9.77%
B = 70.3%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#351ABB (or 0x351ABB) is known color: Persian Blue. HEX triplet: 35, 1A and BB. RGB value is (53,26,187). Sum of RGB (Red+Green+Blue) = 53+26+187=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #351ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ABB is #CAE544. Grayscale: #333333. Windows color (decimal): -13296965 or 12261941. OLE color: 12261941.

HSL color Cylindrical-coordinate representation of color #351ABB: hue angle of 250.06º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351ABB is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 26 187 -
CMYK 0.72 0.86 0 0.27
HSL 250.06º 0.76% 0.42% -
HSV(B) 250.06º 0.86% 0.73% -
XYZ 10.81 5.08 47.43 -
YUV 52.43 203.95 128.41 -
System Red Green Blue C M Y K H S L
Decimal 53 26 187 0.72 0.86 0 0.27 250.06 0.76 0.42
Hex 35 1A BB 48 56 0 1B FA 4C 2A
Octal 65 32 273 110 126 0 33 372 114 52
Binary 110101 11010 10111011 1001000 1010110 0 11011 11111010 1001100 101010

Color Harmonies of #351ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351ABB

Black with #351ABB

Text Example


Text Example

White with #351ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,26,187); }

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

background-color css

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

 a { background-color: rgb(53,26,187); }

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

border-color css

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

 span { border-color: rgb(53,26,187); }

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