Html Css Color HEX #273ADB Persian Blue

📋 copy color: '#273ADB'

red 39 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #273ADB

Tints of Persian Blue #273ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

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

R = 12.34%
G = 18.35%
B = 69.3%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#273ADB (or 0x273ADB) is known color: Persian Blue. HEX triplet: 27, 3A and DB. RGB value is (39,58,219). Sum of RGB (Red+Green+Blue) = 39+58+219=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #273ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ADB is #D8C524. Grayscale: #464646. Windows color (decimal): -14206245 or 14367271. OLE color: 14367271.

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

Color convert

RGB 39 58 219 -
CMYK 0.82 0.74 0 0.14
HSL 233.67º 0.71% 0.51% -
HSV(B) 233.67º 0.82% 0.86% -
XYZ 15.14 8.57 67.87 -
YUV 70.67 211.71 105.41 -
System Red Green Blue C M Y K H S L
Decimal 39 58 219 0.82 0.74 0 0.14 233.67 0.71 0.51
Hex 27 3A DB 52 4A 0 E EA 47 33
Octal 47 72 333 122 112 0 16 352 107 63
Binary 100111 111010 11011011 1010010 1001010 0 1110 11101010 1000111 110011

Color Harmonies of #273ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ADB

Black with #273ADB

Text Example


Text Example

White with #273ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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