Html Css Color HEX #273BE1 Persian Blue

📋 copy color: '#273BE1'

red 39 ◦ green 59 ◦ blue 225

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

Shades of Persian Blue #273BE1

Tints of Persian Blue #273BE1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.27%

 BLUE value IS 225 (88.28% from 255) = 69.66%

R = 12.07%
G = 18.27%
B = 69.66%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#273BE1 (or 0x273BE1) is known color: Persian Blue. HEX triplet: 27, 3B and E1. RGB value is (39,59,225). Sum of RGB (Red+Green+Blue) = 39+59+225=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 225 (88.28% from 255 or 69.66% from 323); Max value from RGB is 225 - color contains mainly: blue. Hex color #273BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BE1 is #D8C41E. Grayscale: #474747. Windows color (decimal): -14205983 or 14760743. OLE color: 14760743.

HSL color Cylindrical-coordinate representation of color #273BE1: hue angle of 233.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #273BE1 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 59 225 -
CMYK 0.83 0.74 0 0.12
HSL 233.55º 0.76% 0.52% -
HSV(B) 233.55º 0.83% 0.88% -
XYZ 15.99 9 72.13 -
YUV 71.94 214.37 104.5 -
System Red Green Blue C M Y K H S L
Decimal 39 59 225 0.83 0.74 0 0.12 233.55 0.76 0.52
Hex 27 3B E1 53 4A 0 C EA 4C 34
Octal 47 73 341 123 112 0 14 352 114 64
Binary 100111 111011 11100001 1010011 1001010 0 1100 11101010 1001100 110100

Color Harmonies of #273BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BE1

Black with #273BE1

Text Example


Text Example

White with #273BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,59,225); }

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

background-color css

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

 a { background-color: rgb(39,59,225); }

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

border-color css

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

 span { border-color: rgb(39,59,225); }

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