Html Css Color HEX #2B19CC Persian Blue

📋 copy color: '#2B19CC'

red 43 ◦ green 25 ◦ blue 204

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

Shades of Persian Blue #2B19CC

Tints of Persian Blue #2B19CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 15.81%
G = 9.19%
B = 75%

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

#2B19CC (or 0x2B19CC) is known color: Persian Blue. HEX triplet: 2B, 19 and CC. RGB value is (43,25,204). Sum of RGB (Red+Green+Blue) = 43+25+204=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B19CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B19CC is #D4E633. Grayscale: #323232. Windows color (decimal): -13952564 or 13375787. OLE color: 13375787.

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

Color convert

RGB 43 25 204 -
CMYK 0.79 0.88 0 0.2
HSL 246.03º 0.78% 0.45% -
HSV(B) 246.03º 0.88% 0.8% -
XYZ 12.24 5.57 57.56 -
YUV 50.79 214.46 122.45 -
System Red Green Blue C M Y K H S L
Decimal 43 25 204 0.79 0.88 0 0.2 246.03 0.78 0.45
Hex 2B 19 CC 4F 58 0 14 F6 4E 2D
Octal 53 31 314 117 130 0 24 366 116 55
Binary 101011 11001 11001100 1001111 1011000 0 10100 11110110 1001110 101101

Color Harmonies of #2B19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B19CC

Black with #2B19CC

Text Example


Text Example

White with #2B19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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