Html Css Color HEX #273FD5 Persian Blue

📋 copy color: '#273FD5'

red 39 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #273FD5

Tints of Persian Blue #273FD5

RGB

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

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

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

R = 12.38%
G = 20%
B = 67.62%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#273FD5 (or 0x273FD5) is known color: Persian Blue. HEX triplet: 27, 3F and D5. RGB value is (39,63,213). Sum of RGB (Red+Green+Blue) = 39+63+213=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 213 (83.59% from 255 or 67.62% from 315); Max value from RGB is 213 - color contains mainly: blue. Hex color #273FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FD5 is #D8C02A. Grayscale: #484848. Windows color (decimal): -14204971 or 13975335. OLE color: 13975335.

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

Color convert

RGB 39 63 213 -
CMYK 0.82 0.70 0 0.16
HSL 231.72º 0.69% 0.49% -
HSV(B) 231.72º 0.82% 0.84% -
XYZ 14.62 8.79 63.88 -
YUV 72.92 207.05 103.8 -
System Red Green Blue C M Y K H S L
Decimal 39 63 213 0.82 0.70 0 0.16 231.72 0.69 0.49
Hex 27 3F D5 52 46 0 10 E8 45 31
Octal 47 77 325 122 106 0 20 350 105 61
Binary 100111 111111 11010101 1010010 1000110 0 10000 11101000 1000101 110001

Color Harmonies of #273FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FD5

Black with #273FD5

Text Example


Text Example

White with #273FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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