Html Css Color HEX #3A37BC Persian Blue

📋 copy color: '#3A37BC'

red 58 ◦ green 55 ◦ blue 188

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

Shades of Persian Blue #3A37BC

Tints of Persian Blue #3A37BC

RGB

 RED value IS 58 (23.05% from 255) = 19.27%

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 19.27%
G = 18.27%
B = 62.46%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A37BC (or 0x3A37BC) is known color: Persian Blue. HEX triplet: 3A, 37 and BC. RGB value is (58,55,188). Sum of RGB (Red+Green+Blue) = 58+55+188=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A37BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A37BC is #C5C843. Grayscale: #464646. Windows color (decimal): -12961860 or 12334906. OLE color: 12334906.

HSL color Cylindrical-coordinate representation of color #3A37BC: hue angle of 241.35º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A37BC is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 55 188 -
CMYK 0.69 0.71 0 0.26
HSL 241.35º 0.55% 0.48% -
HSV(B) 241.35º 0.71% 0.74% -
XYZ 12.19 7.26 48.34 -
YUV 71.06 193.99 118.69 -
System Red Green Blue C M Y K H S L
Decimal 58 55 188 0.69 0.71 0 0.26 241.35 0.55 0.48
Hex 3A 37 BC 45 47 0 1A F1 37 30
Octal 72 67 274 105 107 0 32 361 67 60
Binary 111010 110111 10111100 1000101 1000111 0 11010 11110001 110111 110000

Color Harmonies of #3A37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A37BC

Black with #3A37BC

Text Example


Text Example

White with #3A37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A37BC; }

 p { color: rgb(58,55,188); }

 H1.HeaderClassName
 {
   color: #3A37BC;
 }
 .AnyTagClassName
 {
   color: #3A37BC;
 }
</style>

background-color css

<style>
 a { background-color: #3A37BC; }

 a { background-color: rgb(58,55,188); }

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

border-color css

<style>
 span { border-color: #3A37BC; }

 span { border-color: rgb(58,55,188); }

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