Html Css Color HEX #2737DB Persian Blue

📋 copy color: '#2737DB'

red 39 ◦ green 55 ◦ blue 219

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

Shades of Persian Blue #2737DB

Tints of Persian Blue #2737DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 12.46%
G = 17.57%
B = 69.97%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2737DB (or 0x2737DB) is known color: Persian Blue. HEX triplet: 27, 37 and DB. RGB value is (39,55,219). Sum of RGB (Red+Green+Blue) = 39+55+219=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #2737DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2737DB is #D8C824. Grayscale: #444444. Windows color (decimal): -14207013 or 14366503. OLE color: 14366503.

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

Color convert

RGB 39 55 219 -
CMYK 0.82 0.75 0 0.14
HSL 234.67º 0.71% 0.51% -
HSV(B) 234.67º 0.82% 0.86% -
XYZ 14.99 8.28 67.83 -
YUV 68.91 212.7 106.66 -
System Red Green Blue C M Y K H S L
Decimal 39 55 219 0.82 0.75 0 0.14 234.67 0.71 0.51
Hex 27 37 DB 52 4B 0 E EB 47 33
Octal 47 67 333 122 113 0 16 353 107 63
Binary 100111 110111 11011011 1010010 1001011 0 1110 11101011 1000111 110011

Color Harmonies of #2737DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2737DB

Black with #2737DB

Text Example


Text Example

White with #2737DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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