Html Css Color HEX #2B42AA Persian Blue

📋 copy color: '#2B42AA'

red 43 ◦ green 66 ◦ blue 170

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

Shades of Persian Blue #2B42AA

Tints of Persian Blue #2B42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 15.41%
G = 23.66%
B = 60.93%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B42AA (or 0x2B42AA) is known color: Persian Blue. HEX triplet: 2B, 42 and AA. RGB value is (43,66,170). Sum of RGB (Red+Green+Blue) = 43+66+170=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B42AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B42AA is #D4BD55. Grayscale: #464646. Windows color (decimal): -13942102 or 11158059. OLE color: 11158059.

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

Color convert

RGB 43 66 170 -
CMYK 0.75 0.61 0 0.33
HSL 229.13º 0.6% 0.42% -
HSV(B) 229.13º 0.75% 0.67% -
XYZ 10.2 7.31 38.9 -
YUV 70.98 183.88 108.04 -
System Red Green Blue C M Y K H S L
Decimal 43 66 170 0.75 0.61 0 0.33 229.13 0.6 0.42
Hex 2B 42 AA 4B 3D 0 21 E5 3C 2A
Octal 53 102 252 113 75 0 41 345 74 52
Binary 101011 1000010 10101010 1001011 111101 0 100001 11100101 111100 101010

Color Harmonies of #2B42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B42AA

Black with #2B42AA

Text Example


Text Example

White with #2B42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,66,170); }

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

background-color css

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

 a { background-color: rgb(43,66,170); }

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

border-color css

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

 span { border-color: rgb(43,66,170); }

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