Html Css Color HEX #361FCF Persian Blue

📋 copy color: '#361FCF'

red 54 ◦ green 31 ◦ blue 207

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

Shades of Persian Blue #361FCF

Tints of Persian Blue #361FCF

RGB

 RED value IS 54 (21.48% from 255) = 18.49%

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

 BLUE value IS 207 (81.25% from 255) = 70.89%

R = 18.49%
G = 10.62%
B = 70.89%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#361FCF (or 0x361FCF) is known color: Persian Blue. HEX triplet: 36, 1F and CF. RGB value is (54,31,207). Sum of RGB (Red+Green+Blue) = 54+31+207=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #361FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361FCF is #C9E030. Grayscale: #393939. Windows color (decimal): -13230129 or 13573942. OLE color: 13573942.

HSL color Cylindrical-coordinate representation of color #361FCF: hue angle of 247.84º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361FCF is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 31 207 -
CMYK 0.74 0.85 0 0.19
HSL 247.84º 0.74% 0.47% -
HSV(B) 247.84º 0.85% 0.81% -
XYZ 13.27 6.27 59.54 -
YUV 57.94 212.12 125.19 -
System Red Green Blue C M Y K H S L
Decimal 54 31 207 0.74 0.85 0 0.19 247.84 0.74 0.47
Hex 36 1F CF 4A 55 0 13 F8 4A 2F
Octal 66 37 317 112 125 0 23 370 112 57
Binary 110110 11111 11001111 1001010 1010101 0 10011 11111000 1001010 101111

Color Harmonies of #361FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361FCF

Black with #361FCF

Text Example


Text Example

White with #361FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361FCF; }

 p { color: rgb(54,31,207); }

 H1.HeaderClassName
 {
   color: #361FCF;
 }
 .AnyTagClassName
 {
   color: #361FCF;
 }
</style>

background-color css

<style>
 a { background-color: #361FCF; }

 a { background-color: rgb(54,31,207); }

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

border-color css

<style>
 span { border-color: #361FCF; }

 span { border-color: rgb(54,31,207); }

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