Html Css Color HEX #351ABC Persian Blue

📋 copy color: '#351ABC'

red 53 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #351ABC

Tints of Persian Blue #351ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 19.85%
G = 9.74%
B = 70.41%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#351ABC (or 0x351ABC) is known color: Persian Blue. HEX triplet: 35, 1A and BC. RGB value is (53,26,188). Sum of RGB (Red+Green+Blue) = 53+26+188=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #351ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ABC is #CAE543. Grayscale: #333333. Windows color (decimal): -13296964 or 12327477. OLE color: 12327477.

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

Color convert

RGB 53 26 188 -
CMYK 0.72 0.86 0 0.26
HSL 250º 0.76% 0.42% -
HSV(B) 250º 0.86% 0.74% -
XYZ 10.91 5.13 47.99 -
YUV 52.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 53 26 188 0.72 0.86 0 0.26 250 0.76 0.42
Hex 35 1A BC 48 56 0 1A FA 4C 2A
Octal 65 32 274 110 126 0 32 372 114 52
Binary 110101 11010 10111100 1001000 1010110 0 11010 11111010 1001100 101010

Color Harmonies of #351ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351ABC

Black with #351ABC

Text Example


Text Example

White with #351ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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