Html Css Color HEX #3721CF Persian Blue

📋 copy color: '#3721CF'

red 55 ◦ green 33 ◦ blue 207

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

Shades of Persian Blue #3721CF

Tints of Persian Blue #3721CF

RGB

 RED value IS 55 (21.88% from 255) = 18.64%

 GREEN value IS 33 (13.28% from 255) = 11.19%

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

R = 18.64%
G = 11.19%
B = 70.17%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3721CF (or 0x3721CF) is known color: Persian Blue. HEX triplet: 37, 21 and CF. RGB value is (55,33,207). Sum of RGB (Red+Green+Blue) = 55+33+207=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #3721CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721CF is #C8DE30. Grayscale: #3A3A3A. Windows color (decimal): -13164081 or 13574455. OLE color: 13574455.

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

Color convert

RGB 55 33 207 -
CMYK 0.73 0.84 0 0.19
HSL 247.59º 0.73% 0.47% -
HSV(B) 247.59º 0.84% 0.81% -
XYZ 13.38 6.4 59.56 -
YUV 59.41 211.29 124.85 -
System Red Green Blue C M Y K H S L
Decimal 55 33 207 0.73 0.84 0 0.19 247.59 0.73 0.47
Hex 37 21 CF 49 54 0 13 F8 48 2F
Octal 67 41 317 111 124 0 23 370 110 57
Binary 110111 100001 11001111 1001001 1010100 0 10011 11111000 1001000 101111

Color Harmonies of #3721CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3721CF

Black with #3721CF

Text Example


Text Example

White with #3721CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3721CF; }

 p { color: rgb(55,33,207); }

 H1.HeaderClassName
 {
   color: #3721CF;
 }
 .AnyTagClassName
 {
   color: #3721CF;
 }
</style>

background-color css

<style>
 a { background-color: #3721CF; }

 a { background-color: rgb(55,33,207); }

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

border-color css

<style>
 span { border-color: #3721CF; }

 span { border-color: rgb(55,33,207); }

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