Html Css Color HEX #2834CB Persian Blue

📋 copy color: '#2834CB'

red 40 ◦ green 52 ◦ blue 203

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

Shades of Persian Blue #2834CB

Tints of Persian Blue #2834CB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

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

R = 13.56%
G = 17.63%
B = 68.81%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2834CB (or 0x2834CB) is known color: Persian Blue. HEX triplet: 28, 34 and CB. RGB value is (40,52,203). Sum of RGB (Red+Green+Blue) = 40+52+203=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #2834CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2834CB is #D7CB34. Grayscale: #414141. Windows color (decimal): -14142261 or 13317160. OLE color: 13317160.

HSL color Cylindrical-coordinate representation of color #2834CB: hue angle of 235.58º 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 #2834CB is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 52 203 -
CMYK 0.80 0.74 0 0.20
HSL 235.58º 0.67% 0.48% -
HSV(B) 235.58º 0.8% 0.8% -
XYZ 12.88 7.22 57.21 -
YUV 65.63 205.52 109.72 -
System Red Green Blue C M Y K H S L
Decimal 40 52 203 0.80 0.74 0 0.20 235.58 0.67 0.48
Hex 28 34 CB 50 4A 0 14 EC 43 30
Octal 50 64 313 120 112 0 24 354 103 60
Binary 101000 110100 11001011 1010000 1001010 0 10100 11101100 1000011 110000

Color Harmonies of #2834CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2834CB

Black with #2834CB

Text Example


Text Example

White with #2834CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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