Html Css Color HEX #3D2EBA Persian Blue

📋 copy color: '#3D2EBA'

red 61 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #3D2EBA

Tints of Persian Blue #3D2EBA

RGB

 RED value IS 61 (24.22% from 255) = 20.82%

 GREEN value IS 46 (18.36% from 255) = 15.7%

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 20.82%
G = 15.7%
B = 63.48%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D2EBA (or 0x3D2EBA) is known color: Persian Blue. HEX triplet: 3D, 2E and BA. RGB value is (61,46,186). Sum of RGB (Red+Green+Blue) = 61+46+186=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D2EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2EBA is #C2D145. Grayscale: #414141. Windows color (decimal): -12767558 or 12201533. OLE color: 12201533.

HSL color Cylindrical-coordinate representation of color #3D2EBA: hue angle of 246.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D2EBA is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 46 186 -
CMYK 0.67 0.75 0 0.27
HSL 246.43º 0.6% 0.45% -
HSV(B) 246.43º 0.75% 0.73% -
XYZ 11.76 6.49 47.09 -
YUV 66.45 195.47 124.12 -
System Red Green Blue C M Y K H S L
Decimal 61 46 186 0.67 0.75 0 0.27 246.43 0.6 0.45
Hex 3D 2E BA 43 4B 0 1B F6 3C 2D
Octal 75 56 272 103 113 0 33 366 74 55
Binary 111101 101110 10111010 1000011 1001011 0 11011 11110110 111100 101101

Color Harmonies of #3D2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2EBA

Black with #3D2EBA

Text Example


Text Example

White with #3D2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,46,186); }

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

background-color css

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

 a { background-color: rgb(61,46,186); }

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

border-color css

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

 span { border-color: rgb(61,46,186); }

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