Html Css Color HEX #273BD3 Persian Blue

📋 copy color: '#273BD3'

red 39 ◦ green 59 ◦ blue 211

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

Shades of Persian Blue #273BD3

Tints of Persian Blue #273BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 68.28%

R = 12.62%
G = 19.09%
B = 68.28%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#273BD3 (or 0x273BD3) is known color: Persian Blue. HEX triplet: 27, 3B and D3. RGB value is (39,59,211). Sum of RGB (Red+Green+Blue) = 39+59+211=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 211 (82.81% from 255 or 68.28% from 309); Max value from RGB is 211 - color contains mainly: blue. Hex color #273BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BD3 is #D8C42C. Grayscale: #454545. Windows color (decimal): -14205997 or 13843239. OLE color: 13843239.

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

Color convert

RGB 39 59 211 -
CMYK 0.82 0.72 0 0.17
HSL 233.02º 0.69% 0.49% -
HSV(B) 233.02º 0.82% 0.83% -
XYZ 14.16 8.26 62.48 -
YUV 70.35 207.37 105.64 -
System Red Green Blue C M Y K H S L
Decimal 39 59 211 0.82 0.72 0 0.17 233.02 0.69 0.49
Hex 27 3B D3 52 48 0 11 E9 45 31
Octal 47 73 323 122 110 0 21 351 105 61
Binary 100111 111011 11010011 1010010 1001000 0 10001 11101001 1000101 110001

Color Harmonies of #273BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BD3

Black with #273BD3

Text Example


Text Example

White with #273BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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