Html Css Color HEX #273ADD Persian Blue

📋 copy color: '#273ADD'

red 39 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #273ADD

Tints of Persian Blue #273ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 12.26%
G = 18.24%
B = 69.5%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#273ADD (or 0x273ADD) is known color: Persian Blue. HEX triplet: 27, 3A and DD. RGB value is (39,58,221). Sum of RGB (Red+Green+Blue) = 39+58+221=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #273ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ADD is #D8C522. Grayscale: #464646. Windows color (decimal): -14206243 or 14498343. OLE color: 14498343.

HSL color Cylindrical-coordinate representation of color #273ADD: hue angle of 233.74º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273ADD is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 58 221 -
CMYK 0.82 0.74 0 0.13
HSL 233.74º 0.73% 0.51% -
HSV(B) 233.74º 0.82% 0.87% -
XYZ 15.4 8.68 69.27 -
YUV 70.9 212.71 105.25 -
System Red Green Blue C M Y K H S L
Decimal 39 58 221 0.82 0.74 0 0.13 233.74 0.73 0.51
Hex 27 3A DD 52 4A 0 D EA 49 33
Octal 47 72 335 122 112 0 15 352 111 63
Binary 100111 111010 11011101 1010010 1001010 0 1101 11101010 1001001 110011

Color Harmonies of #273ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ADD

Black with #273ADD

Text Example


Text Example

White with #273ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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