Html Css Color HEX #2B37AD Persian Blue

📋 copy color: '#2B37AD'

red 43 ◦ green 55 ◦ blue 173

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

Shades of Persian Blue #2B37AD

Tints of Persian Blue #2B37AD

RGB

 RED value IS 43 (17.19% from 255) = 15.87%

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

 BLUE value IS 173 (67.97% from 255) = 63.84%

R = 15.87%
G = 20.3%
B = 63.84%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B37AD (or 0x2B37AD) is known color: Persian Blue. HEX triplet: 2B, 37 and AD. RGB value is (43,55,173). Sum of RGB (Red+Green+Blue) = 43+55+173=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B37AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B37AD is #D4C852. Grayscale: #404040. Windows color (decimal): -13944915 or 11351851. OLE color: 11351851.

HSL color Cylindrical-coordinate representation of color #2B37AD: hue angle of 234.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B37AD is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 55 173 -
CMYK 0.75 0.68 0 0.32
HSL 234.46º 0.6% 0.42% -
HSV(B) 234.46º 0.75% 0.68% -
XYZ 9.91 6.26 40.22 -
YUV 64.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 43 55 173 0.75 0.68 0 0.32 234.46 0.6 0.42
Hex 2B 37 AD 4B 44 0 20 EA 3C 2A
Octal 53 67 255 113 104 0 40 352 74 52
Binary 101011 110111 10101101 1001011 1000100 0 100000 11101010 111100 101010

Color Harmonies of #2B37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B37AD

Black with #2B37AD

Text Example


Text Example

White with #2B37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B37AD; }

 p { color: rgb(43,55,173); }

 H1.HeaderClassName
 {
   color: #2B37AD;
 }
 .AnyTagClassName
 {
   color: #2B37AD;
 }
</style>

background-color css

<style>
 a { background-color: #2B37AD; }

 a { background-color: rgb(43,55,173); }

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

border-color css

<style>
 span { border-color: #2B37AD; }

 span { border-color: rgb(43,55,173); }

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