Html Css Color HEX #351CBB Persian Blue

📋 copy color: '#351CBB'

red 53 ◦ green 28 ◦ blue 187

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

Shades of Persian Blue #351CBB

Tints of Persian Blue #351CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.45%

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

R = 19.78%
G = 10.45%
B = 69.78%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#351CBB (or 0x351CBB) is known color: Persian Blue. HEX triplet: 35, 1C and BB. RGB value is (53,28,187). Sum of RGB (Red+Green+Blue) = 53+28+187=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #351CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CBB is #CAE344. Grayscale: #343434. Windows color (decimal): -13296453 or 12262453. OLE color: 12262453.

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

Color convert

RGB 53 28 187 -
CMYK 0.72 0.85 0 0.27
HSL 249.43º 0.74% 0.42% -
HSV(B) 249.43º 0.85% 0.73% -
XYZ 10.85 5.18 47.44 -
YUV 53.6 203.28 127.57 -
System Red Green Blue C M Y K H S L
Decimal 53 28 187 0.72 0.85 0 0.27 249.43 0.74 0.42
Hex 35 1C BB 48 55 0 1B F9 4A 2A
Octal 65 34 273 110 125 0 33 371 112 52
Binary 110101 11100 10111011 1001000 1010101 0 11011 11111001 1001010 101010

Color Harmonies of #351CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CBB

Black with #351CBB

Text Example


Text Example

White with #351CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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