Html Css Color HEX #351DBB Persian Blue

📋 copy color: '#351DBB'

red 53 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #351DBB

Tints of Persian Blue #351DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.78%

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

R = 19.7%
G = 10.78%
B = 69.52%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#351DBB (or 0x351DBB) is known color: Persian Blue. HEX triplet: 35, 1D and BB. RGB value is (53,29,187). Sum of RGB (Red+Green+Blue) = 53+29+187=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #351DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DBB is #CAE244. Grayscale: #353535. Windows color (decimal): -13296197 or 12262709. OLE color: 12262709.

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

Color convert

RGB 53 29 187 -
CMYK 0.72 0.84 0 0.27
HSL 249.11º 0.73% 0.42% -
HSV(B) 249.11º 0.84% 0.73% -
XYZ 10.88 5.22 47.45 -
YUV 54.19 202.95 127.15 -
System Red Green Blue C M Y K H S L
Decimal 53 29 187 0.72 0.84 0 0.27 249.11 0.73 0.42
Hex 35 1D BB 48 54 0 1B F9 49 2A
Octal 65 35 273 110 124 0 33 371 111 52
Binary 110101 11101 10111011 1001000 1010100 0 11011 11111001 1001001 101010

Color Harmonies of #351DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DBB

Black with #351DBB

Text Example


Text Example

White with #351DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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