Html Css Color HEX #2B18CB Persian Blue

📋 copy color: '#2B18CB'

red 43 ◦ green 24 ◦ blue 203

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

Shades of Persian Blue #2B18CB

Tints of Persian Blue #2B18CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.19%

R = 15.93%
G = 8.89%
B = 75.19%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2B18CB (or 0x2B18CB) is known color: Persian Blue. HEX triplet: 2B, 18 and CB. RGB value is (43,24,203). Sum of RGB (Red+Green+Blue) = 43+24+203=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B18CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B18CB is #D4E734. Grayscale: #313131. Windows color (decimal): -13952821 or 13309995. OLE color: 13309995.

HSL color Cylindrical-coordinate representation of color #2B18CB: hue angle of 246.37º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B18CB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 24 203 -
CMYK 0.79 0.88 0 0.20
HSL 246.37º 0.79% 0.45% -
HSV(B) 246.37º 0.88% 0.8% -
XYZ 12.1 5.48 56.92 -
YUV 50.09 214.29 122.95 -
System Red Green Blue C M Y K H S L
Decimal 43 24 203 0.79 0.88 0 0.20 246.37 0.79 0.45
Hex 2B 18 CB 4F 58 0 14 F6 4F 2D
Octal 53 30 313 117 130 0 24 366 117 55
Binary 101011 11000 11001011 1001111 1011000 0 10100 11110110 1001111 101101

Color Harmonies of #2B18CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B18CB

Black with #2B18CB

Text Example


Text Example

White with #2B18CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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