Html Css Color HEX #273FDC Persian Blue

📋 copy color: '#273FDC'

red 39 ◦ green 63 ◦ blue 220

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

Shades of Persian Blue #273FDC

Tints of Persian Blue #273FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

 BLUE value IS 220 (86.33% from 255) = 68.32%

R = 12.11%
G = 19.57%
B = 68.32%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#273FDC (or 0x273FDC) is known color: Persian Blue. HEX triplet: 27, 3F and DC. RGB value is (39,63,220). Sum of RGB (Red+Green+Blue) = 39+63+220=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #273FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FDC is #D8C023. Grayscale: #494949. Windows color (decimal): -14204964 or 14434087. OLE color: 14434087.

HSL color Cylindrical-coordinate representation of color #273FDC: hue angle of 232.04º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273FDC is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 63 220 -
CMYK 0.82 0.71 0 0.14
HSL 232.04º 0.72% 0.51% -
HSV(B) 232.04º 0.82% 0.86% -
XYZ 15.53 9.15 68.66 -
YUV 73.72 210.55 103.23 -
System Red Green Blue C M Y K H S L
Decimal 39 63 220 0.82 0.71 0 0.14 232.04 0.72 0.51
Hex 27 3F DC 52 47 0 E E8 48 33
Octal 47 77 334 122 107 0 16 350 110 63
Binary 100111 111111 11011100 1010010 1000111 0 1110 11101000 1001000 110011

Color Harmonies of #273FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FDC

Black with #273FDC

Text Example


Text Example

White with #273FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,63,220); }

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

background-color css

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

 a { background-color: rgb(39,63,220); }

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

border-color css

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

 span { border-color: rgb(39,63,220); }

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