Html Css Color HEX #2B30AD Persian Blue

📋 copy color: '#2B30AD'

red 43 ◦ green 48 ◦ blue 173

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

Shades of Persian Blue #2B30AD

Tints of Persian Blue #2B30AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 16.29%
G = 18.18%
B = 65.53%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B30AD (or 0x2B30AD) is known color: Persian Blue. HEX triplet: 2B, 30 and AD. RGB value is (43,48,173). Sum of RGB (Red+Green+Blue) = 43+48+173=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B30AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B30AD is #D4CF52. Grayscale: #3C3C3C. Windows color (decimal): -13946707 or 11350059. OLE color: 11350059.

HSL color Cylindrical-coordinate representation of color #2B30AD: hue angle of 237.69º 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 #2B30AD is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 48 173 -
CMYK 0.75 0.72 0 0.32
HSL 237.69º 0.6% 0.42% -
HSV(B) 237.69º 0.75% 0.68% -
XYZ 9.6 5.64 40.12 -
YUV 60.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 43 48 173 0.75 0.72 0 0.32 237.69 0.6 0.42
Hex 2B 30 AD 4B 48 0 20 EE 3C 2A
Octal 53 60 255 113 110 0 40 356 74 52
Binary 101011 110000 10101101 1001011 1001000 0 100000 11101110 111100 101010

Color Harmonies of #2B30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B30AD

Black with #2B30AD

Text Example


Text Example

White with #2B30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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