Html Css Color HEX #2841CB Persian Blue

📋 copy color: '#2841CB'

red 40 ◦ green 65 ◦ blue 203

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

Shades of Persian Blue #2841CB

Tints of Persian Blue #2841CB

RGB

 RED value IS 40 (16.02% from 255) = 12.99%

 GREEN value IS 65 (25.78% from 255) = 21.1%

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

R = 12.99%
G = 21.1%
B = 65.91%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2841CB (or 0x2841CB) is known color: Persian Blue. HEX triplet: 28, 41 and CB. RGB value is (40,65,203). Sum of RGB (Red+Green+Blue) = 40+65+203=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #2841CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2841CB is #D7BE34. Grayscale: #484848. Windows color (decimal): -14138933 or 13320488. OLE color: 13320488.

HSL color Cylindrical-coordinate representation of color #2841CB: hue angle of 230.8º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2841CB is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 65 203 -
CMYK 0.80 0.68 0 0.20
HSL 230.8º 0.67% 0.48% -
HSV(B) 230.8º 0.8% 0.8% -
XYZ 13.54 8.54 57.44 -
YUV 73.26 201.22 104.28 -
System Red Green Blue C M Y K H S L
Decimal 40 65 203 0.80 0.68 0 0.20 230.8 0.67 0.48
Hex 28 41 CB 50 44 0 14 E7 43 30
Octal 50 101 313 120 104 0 24 347 103 60
Binary 101000 1000001 11001011 1010000 1000100 0 10100 11100111 1000011 110000

Color Harmonies of #2841CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2841CB

Black with #2841CB

Text Example


Text Example

White with #2841CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2841CB; }

 p { color: rgb(40,65,203); }

 H1.HeaderClassName
 {
   color: #2841CB;
 }
 .AnyTagClassName
 {
   color: #2841CB;
 }
</style>

background-color css

<style>
 a { background-color: #2841CB; }

 a { background-color: rgb(40,65,203); }

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

border-color css

<style>
 span { border-color: #2841CB; }

 span { border-color: rgb(40,65,203); }

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