Html Css Color HEX #2730DB Persian Blue

📋 copy color: '#2730DB'

red 39 ◦ green 48 ◦ blue 219

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

Shades of Persian Blue #2730DB

Tints of Persian Blue #2730DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.69%

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

R = 12.75%
G = 15.69%
B = 71.57%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2730DB (or 0x2730DB) is known color: Persian Blue. HEX triplet: 27, 30 and DB. RGB value is (39,48,219). Sum of RGB (Red+Green+Blue) = 39+48+219=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #2730DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2730DB is #D8CF24. Grayscale: #404040. Windows color (decimal): -14208805 or 14364711. OLE color: 14364711.

HSL color Cylindrical-coordinate representation of color #2730DB: hue angle of 237º 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 #2730DB is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 48 219 -
CMYK 0.82 0.78 0 0.14
HSL 237º 0.71% 0.51% -
HSV(B) 237º 0.82% 0.86% -
XYZ 14.68 7.66 67.72 -
YUV 64.8 215.02 109.6 -
System Red Green Blue C M Y K H S L
Decimal 39 48 219 0.82 0.78 0 0.14 237 0.71 0.51
Hex 27 30 DB 52 4E 0 E ED 47 33
Octal 47 60 333 122 116 0 16 355 107 63
Binary 100111 110000 11011011 1010010 1001110 0 1110 11101101 1000111 110011

Color Harmonies of #2730DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2730DB

Black with #2730DB

Text Example


Text Example

White with #2730DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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