Html Css Color HEX #273FDB Persian Blue

📋 copy color: '#273FDB'

red 39 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #273FDB

Tints of Persian Blue #273FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 12.15%
G = 19.63%
B = 68.22%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#273FDB (or 0x273FDB) is known color: Persian Blue. HEX triplet: 27, 3F and DB. RGB value is (39,63,219). Sum of RGB (Red+Green+Blue) = 39+63+219=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #273FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FDB is #D8C024. Grayscale: #484848. Windows color (decimal): -14204965 or 14368551. OLE color: 14368551.

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

Color convert

RGB 39 63 219 -
CMYK 0.82 0.71 0 0.14
HSL 232º 0.71% 0.51% -
HSV(B) 232º 0.82% 0.86% -
XYZ 15.4 9.1 67.96 -
YUV 73.61 210.05 103.32 -
System Red Green Blue C M Y K H S L
Decimal 39 63 219 0.82 0.71 0 0.14 232 0.71 0.51
Hex 27 3F DB 52 47 0 E E8 47 33
Octal 47 77 333 122 107 0 16 350 107 63
Binary 100111 111111 11011011 1010010 1000111 0 1110 11101000 1000111 110011

Color Harmonies of #273FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FDB

Black with #273FDB

Text Example


Text Example

White with #273FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273FDB; }

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

 H1.HeaderClassName
 {
   color: #273FDB;
 }
 .AnyTagClassName
 {
   color: #273FDB;
 }
</style>

background-color css

<style>
 a { background-color: #273FDB; }

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

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

border-color css

<style>
 span { border-color: #273FDB; }

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

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