Html Css Color HEX #2B18CC Persian Blue

📋 copy color: '#2B18CC'

red 43 ◦ green 24 ◦ blue 204

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

Shades of Persian Blue #2B18CC

Tints of Persian Blue #2B18CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.28%

R = 15.87%
G = 8.86%
B = 75.28%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B18CC (or 0x2B18CC) is known color: Persian Blue. HEX triplet: 2B, 18 and CC. RGB value is (43,24,204). Sum of RGB (Red+Green+Blue) = 43+24+204=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B18CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B18CC is #D4E733. Grayscale: #313131. Windows color (decimal): -13952820 or 13375531. OLE color: 13375531.

HSL color Cylindrical-coordinate representation of color #2B18CC: hue angle of 246.33º 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 #2B18CC is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 24 204 -
CMYK 0.79 0.88 0 0.2
HSL 246.33º 0.79% 0.45% -
HSV(B) 246.33º 0.88% 0.8% -
XYZ 12.22 5.53 57.55 -
YUV 50.2 214.79 122.86 -
System Red Green Blue C M Y K H S L
Decimal 43 24 204 0.79 0.88 0 0.2 246.33 0.79 0.45
Hex 2B 18 CC 4F 58 0 14 F6 4F 2D
Octal 53 30 314 117 130 0 24 366 117 55
Binary 101011 11000 11001100 1001111 1011000 0 10100 11110110 1001111 101101

Color Harmonies of #2B18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B18CC

Black with #2B18CC

Text Example


Text Example

White with #2B18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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