Html Css Color HEX #3740A7 Persian Blue

📋 copy color: '#3740A7'

red 55 ◦ green 64 ◦ blue 167

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

Shades of Persian Blue #3740A7

Tints of Persian Blue #3740A7

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

 BLUE value IS 167 (65.63% from 255) = 58.39%

R = 19.23%
G = 22.38%
B = 58.39%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3740A7 (or 0x3740A7) is known color: Persian Blue. HEX triplet: 37, 40 and A7. RGB value is (55,64,167). Sum of RGB (Red+Green+Blue) = 55+64+167=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 167 (65.62% from 255 or 58.39% from 286); Max value from RGB is 167 - color contains mainly: blue. Hex color #3740A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3740A7 is #C8BF58. Grayscale: #484848. Windows color (decimal): -13156185 or 10960951. OLE color: 10960951.

HSL color Cylindrical-coordinate representation of color #3740A7: hue angle of 235.18º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3740A7 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 55 64 167 -
CMYK 0.67 0.62 0 0.35
HSL 235.18º 0.5% 0.44% -
HSV(B) 235.18º 0.67% 0.65% -
XYZ 10.38 7.27 37.41 -
YUV 73.05 181.02 115.12 -
System Red Green Blue C M Y K H S L
Decimal 55 64 167 0.67 0.62 0 0.35 235.18 0.5 0.44
Hex 37 40 A7 43 3E 0 23 EB 32 2C
Octal 67 100 247 103 76 0 43 353 62 54
Binary 110111 1000000 10100111 1000011 111110 0 100011 11101011 110010 101100

Color Harmonies of #3740A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3740A7

Black with #3740A7

Text Example


Text Example

White with #3740A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3740A7; }

 p { color: rgb(55,64,167); }

 H1.HeaderClassName
 {
   color: #3740A7;
 }
 .AnyTagClassName
 {
   color: #3740A7;
 }
</style>

background-color css

<style>
 a { background-color: #3740A7; }

 a { background-color: rgb(55,64,167); }

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

border-color css

<style>
 span { border-color: #3740A7; }

 span { border-color: rgb(55,64,167); }

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