Html Css Color HEX #273DD5 Persian Blue

📋 copy color: '#273DD5'

red 39 ◦ green 61 ◦ blue 213

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

Shades of Persian Blue #273DD5

Tints of Persian Blue #273DD5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.49%

 BLUE value IS 213 (83.59% from 255) = 68.05%

R = 12.46%
G = 19.49%
B = 68.05%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#273DD5 (or 0x273DD5) is known color: Persian Blue. HEX triplet: 27, 3D and D5. RGB value is (39,61,213). Sum of RGB (Red+Green+Blue) = 39+61+213=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 213 (83.59% from 255 or 68.05% from 313); Max value from RGB is 213 - color contains mainly: blue. Hex color #273DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DD5 is #D8C22A. Grayscale: #474747. Windows color (decimal): -14205483 or 13974823. OLE color: 13974823.

HSL color Cylindrical-coordinate representation of color #273DD5: hue angle of 232.41º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273DD5 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 61 213 -
CMYK 0.82 0.71 0 0.16
HSL 232.41º 0.69% 0.49% -
HSV(B) 232.41º 0.82% 0.84% -
XYZ 14.52 8.57 63.84 -
YUV 71.75 207.71 104.64 -
System Red Green Blue C M Y K H S L
Decimal 39 61 213 0.82 0.71 0 0.16 232.41 0.69 0.49
Hex 27 3D D5 52 47 0 10 E8 45 31
Octal 47 75 325 122 107 0 20 350 105 61
Binary 100111 111101 11010101 1010010 1000111 0 10000 11101000 1000101 110001

Color Harmonies of #273DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DD5

Black with #273DD5

Text Example


Text Example

White with #273DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,61,213); }

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

background-color css

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

 a { background-color: rgb(39,61,213); }

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

border-color css

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

 span { border-color: rgb(39,61,213); }

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