Html Css Color HEX #2835BC Persian Blue

📋 copy color: '#2835BC'

red 40 ◦ green 53 ◦ blue 188

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

Shades of Persian Blue #2835BC

Tints of Persian Blue #2835BC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 14.23%
G = 18.86%
B = 66.9%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2835BC (or 0x2835BC) is known color: Persian Blue. HEX triplet: 28, 35 and BC. RGB value is (40,53,188). Sum of RGB (Red+Green+Blue) = 40+53+188=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #2835BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2835BC is #D7CA43. Grayscale: #3F3F3F. Windows color (decimal): -14142020 or 12334376. OLE color: 12334376.

HSL color Cylindrical-coordinate representation of color #2835BC: hue angle of 234.73º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2835BC is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 53 188 -
CMYK 0.79 0.72 0 0.26
HSL 234.73º 0.65% 0.45% -
HSV(B) 234.73º 0.79% 0.74% -
XYZ 11.23 6.63 48.26 -
YUV 64.5 197.69 110.52 -
System Red Green Blue C M Y K H S L
Decimal 40 53 188 0.79 0.72 0 0.26 234.73 0.65 0.45
Hex 28 35 BC 4F 48 0 1A EB 41 2D
Octal 50 65 274 117 110 0 32 353 101 55
Binary 101000 110101 10111100 1001111 1001000 0 11010 11101011 1000001 101101

Color Harmonies of #2835BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2835BC

Black with #2835BC

Text Example


Text Example

White with #2835BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2835BC; }

 p { color: rgb(40,53,188); }

 H1.HeaderClassName
 {
   color: #2835BC;
 }
 .AnyTagClassName
 {
   color: #2835BC;
 }
</style>

background-color css

<style>
 a { background-color: #2835BC; }

 a { background-color: rgb(40,53,188); }

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

border-color css

<style>
 span { border-color: #2835BC; }

 span { border-color: rgb(40,53,188); }

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