Html Css Color HEX #273ADE Persian Blue

📋 copy color: '#273ADE'

red 39 ◦ green 58 ◦ blue 222

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

Shades of Persian Blue #273ADE

Tints of Persian Blue #273ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.59%

R = 12.23%
G = 18.18%
B = 69.59%

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

#273ADE (or 0x273ADE) is known color: Persian Blue. HEX triplet: 27, 3A and DE. RGB value is (39,58,222). Sum of RGB (Red+Green+Blue) = 39+58+222=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #273ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ADE is #D8C521. Grayscale: #464646. Windows color (decimal): -14206242 or 14563879. OLE color: 14563879.

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

Color convert

RGB 39 58 222 -
CMYK 0.82 0.74 0 0.13
HSL 233.77º 0.73% 0.51% -
HSV(B) 233.77º 0.82% 0.87% -
XYZ 15.53 8.73 69.97 -
YUV 71.02 213.21 105.16 -
System Red Green Blue C M Y K H S L
Decimal 39 58 222 0.82 0.74 0 0.13 233.77 0.73 0.51
Hex 27 3A DE 52 4A 0 D EA 49 33
Octal 47 72 336 122 112 0 15 352 111 63
Binary 100111 111010 11011110 1010010 1001010 0 1101 11101010 1001001 110011

Color Harmonies of #273ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ADE

Black with #273ADE

Text Example


Text Example

White with #273ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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