Html Css Color HEX #2B3AB6 Persian Blue

📋 copy color: '#2B3AB6'

red 43 ◦ green 58 ◦ blue 182

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

Shades of Persian Blue #2B3AB6

Tints of Persian Blue #2B3AB6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

 BLUE value IS 182 (71.48% from 255) = 64.31%

R = 15.19%
G = 20.49%
B = 64.31%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2B3AB6 (or 0x2B3AB6) is known color: Persian Blue. HEX triplet: 2B, 3A and B6. RGB value is (43,58,182). Sum of RGB (Red+Green+Blue) = 43+58+182=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #2B3AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3AB6 is #D4C549. Grayscale: #434343. Windows color (decimal): -13944138 or 11942443. OLE color: 11942443.

HSL color Cylindrical-coordinate representation of color #2B3AB6: hue angle of 233.53º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B3AB6 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 58 182 -
CMYK 0.76 0.68 0 0.29
HSL 233.53º 0.62% 0.44% -
HSV(B) 233.53º 0.76% 0.71% -
XYZ 10.95 6.92 45.01 -
YUV 67.65 192.53 110.42 -
System Red Green Blue C M Y K H S L
Decimal 43 58 182 0.76 0.68 0 0.29 233.53 0.62 0.44
Hex 2B 3A B6 4C 44 0 1D EA 3E 2C
Octal 53 72 266 114 104 0 35 352 76 54
Binary 101011 111010 10110110 1001100 1000100 0 11101 11101010 111110 101100

Color Harmonies of #2B3AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3AB6

Black with #2B3AB6

Text Example


Text Example

White with #2B3AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,58,182); }

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

background-color css

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

 a { background-color: rgb(43,58,182); }

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

border-color css

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

 span { border-color: rgb(43,58,182); }

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