Html Css Color HEX #273BDF Persian Blue

📋 copy color: '#273BDF'

red 39 ◦ green 59 ◦ blue 223

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

Shades of Persian Blue #273BDF

Tints of Persian Blue #273BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 12.15%
G = 18.38%
B = 69.47%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#273BDF (or 0x273BDF) is known color: Persian Blue. HEX triplet: 27, 3B and DF. RGB value is (39,59,223). Sum of RGB (Red+Green+Blue) = 39+59+223=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #273BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BDF is #D8C420. Grayscale: #474747. Windows color (decimal): -14205985 or 14629671. OLE color: 14629671.

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

Color convert

RGB 39 59 223 -
CMYK 0.83 0.74 0 0.13
HSL 233.48º 0.74% 0.51% -
HSV(B) 233.48º 0.83% 0.87% -
XYZ 15.72 8.89 70.7 -
YUV 71.72 213.37 104.66 -
System Red Green Blue C M Y K H S L
Decimal 39 59 223 0.83 0.74 0 0.13 233.48 0.74 0.51
Hex 27 3B DF 53 4A 0 D E9 4A 33
Octal 47 73 337 123 112 0 15 351 112 63
Binary 100111 111011 11011111 1010011 1001010 0 1101 11101001 1001010 110011

Color Harmonies of #273BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BDF

Black with #273BDF

Text Example


Text Example

White with #273BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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