Html Css Color HEX #3734C0 Persian Blue

📋 copy color: '#3734C0'

red 55 ◦ green 52 ◦ blue 192

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

Shades of Persian Blue #3734C0

Tints of Persian Blue #3734C0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 192 (75.39% from 255) = 64.21%

R = 18.39%
G = 17.39%
B = 64.21%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3734C0 (or 0x3734C0) is known color: Persian Blue. HEX triplet: 37, 34 and C0. RGB value is (55,52,192). Sum of RGB (Red+Green+Blue) = 55+52+192=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #3734C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3734C0 is #C8CB3F. Grayscale: #444444. Windows color (decimal): -13159232 or 12596279. OLE color: 12596279.

HSL color Cylindrical-coordinate representation of color #3734C0: hue angle of 241.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3734C0 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 52 192 -
CMYK 0.71 0.73 0 0.25
HSL 241.29º 0.57% 0.48% -
HSV(B) 241.29º 0.73% 0.75% -
XYZ 12.32 7.07 50.59 -
YUV 68.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 55 52 192 0.71 0.73 0 0.25 241.29 0.57 0.48
Hex 37 34 C0 47 49 0 19 F1 39 30
Octal 67 64 300 107 111 0 31 361 71 60
Binary 110111 110100 11000000 1000111 1001001 0 11001 11110001 111001 110000

Color Harmonies of #3734C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3734C0

Black with #3734C0

Text Example


Text Example

White with #3734C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3734C0; }

 p { color: rgb(55,52,192); }

 H1.HeaderClassName
 {
   color: #3734C0;
 }
 .AnyTagClassName
 {
   color: #3734C0;
 }
</style>

background-color css

<style>
 a { background-color: #3734C0; }

 a { background-color: rgb(55,52,192); }

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

border-color css

<style>
 span { border-color: #3734C0; }

 span { border-color: rgb(55,52,192); }

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