Html Css Color HEX #273DD7 Persian Blue

📋 copy color: '#273DD7'

red 39 ◦ green 61 ◦ blue 215

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

Shades of Persian Blue #273DD7

Tints of Persian Blue #273DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 68.25%

R = 12.38%
G = 19.37%
B = 68.25%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#273DD7 (or 0x273DD7) is known color: Persian Blue. HEX triplet: 27, 3D and D7. RGB value is (39,61,215). Sum of RGB (Red+Green+Blue) = 39+61+215=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #273DD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DD7 is #D8C228. Grayscale: #474747. Windows color (decimal): -14205481 or 14105895. OLE color: 14105895.

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

Color convert

RGB 39 61 215 -
CMYK 0.82 0.72 0 0.16
HSL 232.5º 0.69% 0.5% -
HSV(B) 232.5º 0.82% 0.84% -
XYZ 14.77 8.68 65.19 -
YUV 71.98 208.71 104.48 -
System Red Green Blue C M Y K H S L
Decimal 39 61 215 0.82 0.72 0 0.16 232.5 0.69 0.5
Hex 27 3D D7 52 48 0 10 E8 45 32
Octal 47 75 327 122 110 0 20 350 105 62
Binary 100111 111101 11010111 1010010 1001000 0 10000 11101000 1000101 110010

Color Harmonies of #273DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DD7

Black with #273DD7

Text Example


Text Example

White with #273DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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