Html Css Color HEX #2B18B4 Persian Blue

📋 copy color: '#2B18B4'

red 43 ◦ green 24 ◦ blue 180

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

Shades of Persian Blue #2B18B4

Tints of Persian Blue #2B18B4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 180 (70.7% from 255) = 72.87%

R = 17.41%
G = 9.72%
B = 72.87%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2B18B4 (or 0x2B18B4) is known color: Persian Blue. HEX triplet: 2B, 18 and B4. RGB value is (43,24,180). Sum of RGB (Red+Green+Blue) = 43+24+180=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 180 (70.70% from 255 or 72.87% from 247); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B18B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B18B4 is #D4E74B. Grayscale: #2E2E2E. Windows color (decimal): -13952844 or 11802667. OLE color: 11802667.

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

Color convert

RGB 43 24 180 -
CMYK 0.76 0.87 0 0.29
HSL 247.31º 0.76% 0.4% -
HSV(B) 247.31º 0.87% 0.71% -
XYZ 9.56 4.46 43.54 -
YUV 47.47 202.79 124.82 -
System Red Green Blue C M Y K H S L
Decimal 43 24 180 0.76 0.87 0 0.29 247.31 0.76 0.4
Hex 2B 18 B4 4C 57 0 1D F7 4C 28
Octal 53 30 264 114 127 0 35 367 114 50
Binary 101011 11000 10110100 1001100 1010111 0 11101 11110111 1001100 101000

Color Harmonies of #2B18B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B18B4

Black with #2B18B4

Text Example


Text Example

White with #2B18B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,24,180); }

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

background-color css

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

 a { background-color: rgb(43,24,180); }

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

border-color css

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

 span { border-color: rgb(43,24,180); }

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