Html Css Color HEX #2735DB Persian Blue

📋 copy color: '#2735DB'

red 39 ◦ green 53 ◦ blue 219

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

Shades of Persian Blue #2735DB

Tints of Persian Blue #2735DB

RGB

 RED value IS 39 (15.63% from 255) = 12.54%

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

 BLUE value IS 219 (85.94% from 255) = 70.42%

R = 12.54%
G = 17.04%
B = 70.42%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2735DB (or 0x2735DB) is known color: Persian Blue. HEX triplet: 27, 35 and DB. RGB value is (39,53,219). Sum of RGB (Red+Green+Blue) = 39+53+219=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #2735DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2735DB is #D8CA24. Grayscale: #434343. Windows color (decimal): -14207525 or 14365991. OLE color: 14365991.

HSL color Cylindrical-coordinate representation of color #2735DB: hue angle of 235.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2735DB is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 53 219 -
CMYK 0.82 0.76 0 0.14
HSL 235.33º 0.71% 0.51% -
HSV(B) 235.33º 0.82% 0.86% -
XYZ 14.9 8.09 67.79 -
YUV 67.74 213.36 107.5 -
System Red Green Blue C M Y K H S L
Decimal 39 53 219 0.82 0.76 0 0.14 235.33 0.71 0.51
Hex 27 35 DB 52 4C 0 E EB 47 33
Octal 47 65 333 122 114 0 16 353 107 63
Binary 100111 110101 11011011 1010010 1001100 0 1110 11101011 1000111 110011

Color Harmonies of #2735DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2735DB

Black with #2735DB

Text Example


Text Example

White with #2735DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2735DB; }

 p { color: rgb(39,53,219); }

 H1.HeaderClassName
 {
   color: #2735DB;
 }
 .AnyTagClassName
 {
   color: #2735DB;
 }
</style>

background-color css

<style>
 a { background-color: #2735DB; }

 a { background-color: rgb(39,53,219); }

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

border-color css

<style>
 span { border-color: #2735DB; }

 span { border-color: rgb(39,53,219); }

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