Html Css Color HEX #351FCB Persian Blue

📋 copy color: '#351FCB'

red 53 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #351FCB

Tints of Persian Blue #351FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

 BLUE value IS 203 (79.69% from 255) = 70.73%

R = 18.47%
G = 10.8%
B = 70.73%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#351FCB (or 0x351FCB) is known color: Persian Blue. HEX triplet: 35, 1F and CB. RGB value is (53,31,203). Sum of RGB (Red+Green+Blue) = 53+31+203=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #351FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FCB is #CAE034. Grayscale: #383838. Windows color (decimal): -13295669 or 13311797. OLE color: 13311797.

HSL color Cylindrical-coordinate representation of color #351FCB: hue angle of 247.67º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351FCB is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 31 203 -
CMYK 0.74 0.85 0 0.20
HSL 247.67º 0.74% 0.46% -
HSV(B) 247.67º 0.85% 0.8% -
XYZ 12.74 6.05 57 -
YUV 57.19 210.29 125.01 -
System Red Green Blue C M Y K H S L
Decimal 53 31 203 0.74 0.85 0 0.20 247.67 0.74 0.46
Hex 35 1F CB 4A 55 0 14 F8 4A 2E
Octal 65 37 313 112 125 0 24 370 112 56
Binary 110101 11111 11001011 1001010 1010101 0 10100 11111000 1001010 101110

Color Harmonies of #351FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FCB

Black with #351FCB

Text Example


Text Example

White with #351FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,31,203); }

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

background-color css

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

 a { background-color: rgb(53,31,203); }

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

border-color css

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

 span { border-color: rgb(53,31,203); }

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