Html Css Color HEX #273BD0 Persian Blue

📋 copy color: '#273BD0'

red 39 ◦ green 59 ◦ blue 208

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

Shades of Persian Blue #273BD0

Tints of Persian Blue #273BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 67.97%

R = 12.75%
G = 19.28%
B = 67.97%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#273BD0 (or 0x273BD0) is known color: Persian Blue. HEX triplet: 27, 3B and D0. RGB value is (39,59,208). Sum of RGB (Red+Green+Blue) = 39+59+208=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 208 (81.64% from 255 or 67.97% from 306); Max value from RGB is 208 - color contains mainly: blue. Hex color #273BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BD0 is #D8C42F. Grayscale: #454545. Windows color (decimal): -14206000 or 13646631. OLE color: 13646631.

HSL color Cylindrical-coordinate representation of color #273BD0: hue angle of 232.9º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273BD0 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 59 208 -
CMYK 0.81 0.72 0 0.18
HSL 232.9º 0.68% 0.48% -
HSV(B) 232.9º 0.81% 0.82% -
XYZ 13.79 8.11 60.51 -
YUV 70.01 205.87 105.88 -
System Red Green Blue C M Y K H S L
Decimal 39 59 208 0.81 0.72 0 0.18 232.9 0.68 0.48
Hex 27 3B D0 51 48 0 12 E9 44 30
Octal 47 73 320 121 110 0 22 351 104 60
Binary 100111 111011 11010000 1010001 1001000 0 10010 11101001 1000100 110000

Color Harmonies of #273BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BD0

Black with #273BD0

Text Example


Text Example

White with #273BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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